COLOR #666551

HEX: #666551
RGB: (102,101,81)

Color info

#666551 contains red, green and blue colors in about the same proportion. Web safe color of #666551 is #666666 (or #666).

RGB color model

#666551 color RGB value is (102,101,81).

  • red value is 102;
  • green value is 101;
  • blue value is 81.
RGB:
(102,101,81)
(40%,40%,32%)

RGB channels and saturation

R 102 of 255 = 40%
G 101 of 255 = 40%
B 81 of 255 = 32%

102
101
81

R + G + B ~ 37%. #666551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 101 + 81 = 284 (100%)
R 102 of 284 ~ 35.92%
G 101 of 284 ~ 35.56%
B 81 of 284 ~ 28.52%

%35.92
%35.56
%28.52

CMYK color model

#666551 color CMYK value is (0,1,21,60).

  • cyan value is 0.00%
  • magenta value is 0.98%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(0,1,21,60)
C0M1Y21K60 
(0%,1%,21%,60%)
(0.00/0.01/0.21/0.60)	

CMYK percentages

%0
%0.98
%20.59
%60

Codes

Color #666551 in popluar color models

666551
RGB10210181
HSL57°11.48%35.88%
HSB/HSV57°20.59%40.00%
CMYK0.00%0.98%20.59%
60.00%

Color #666551 in popluar number systems.

HEX666551
Decimal10210181
Binary110011011001011010001
Octal146145121

Shades and tints

Shades of #666551

#666551
(102,101,81)
#5D5C4A
(93,92,74)
#545343
(84,83,67)
#4B4A3C
(75,74,60)
#424135
(66,65,53)
#39382E
(57,56,46)
#302F27
(48,47,39)
#272620
(39,38,32)
#1E1D19
(30,29,25)
#151412
(21,20,18)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #666551

#666551
(102,101,81)
#737360
(115,115,96)
#80816F
(128,129,111)
#8D8F7E
(141,143,126)
#9A9D8D
(154,157,141)
#A7AB9C
(167,171,156)
#B4B9AB
(180,185,171)
#C1C7BA
(193,199,186)
#CED5C9
(206,213,201)
#DBE3D8
(219,227,216)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666551 color. Also use rgb(102,101,81) instead hex code.

Text Font Color

.myTextColor { color: #666551; }

<p style="color:#666551">This sample text font color is #666551.</p>

This text font color is #666551.


Background Color

.myBgColor { background-color: #666551; }

<div style="background-color:#666551">Inner text</div>

This div background color is #666551.


Border color

.myBorderColor { border: 1px solid #666551; }

<div style="border:3px solid #666551">Div</div>

This div border color is #666551.


Opacity

.myOpacity80 { color: #666551; opacity: 0.8; }

<p style="color:#666551;opacity:0.8;">80%</p>

Text with #666551 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #666551;}

<p style="text-shadow: 3px 3px 1px #666551">Text here.</p>

This text has shadow with #666551 color.

.textShadow {text-shadow: 3px 3px 1px #666551, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #666551, 5px 5px 20px red">Text here.</p>

This text has shadow with #666551 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#666551, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#666551, Direction=45, Strength=4)">Text</p>

This text has shadow with #666551 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #666551;
  -webkit-box-shadow:	1px 1px 3px 2px #666551;
  box-shadow:		1px 1px 3px 2px #666551;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #666551;
-webkit-box-shadow: 1px 1px 3px 2px #666551;
box-shadow:1px 1px 3px 2px #666551;">
Div content here</div>
This div box has shadow with color #666551.

Preview

Color preview on black background

This text has color #666551 on black background.


Color preview on white background

This text has color #666551 on white background.



Black color preview on #666551 background

This text has black color on #666551 background.


White color preview on #666551 background

This text has white color on #666551 background.