COLOR #666455

HEX: #666455 RGB: (102,100,85)

Color info

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

RGB color model

#666455 color RGB value is (102,100,85).

RGB: (102,100,85) (40%, 39%, 33%)

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 85 of 255 = 33%

102
100
85

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

Portions of RGB colors in percentages

R + G + B = 102 + 100 + 85 = 287 (100%)
R 102 of 287 ~ 35.54%
G 100 of 287 ~ 34.84%
B 85 of 287 ~ 29.62'%

%35.54
%34.84
%29.62

CMYK color model

#666455 color CMYK value is (0,2,17,60).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 16.67%
  • key color value is 60.00%

CMYK: (0,2,17,60)
C0M2Y17K60 (0%, 2%, 17%, 60%)
(0.00 / 0.02 / 0.17 / 0.60)

CMYK percentages

%0
%1.96
%16.67
%60

Codes

Color #666455 in popluar color models

66 64 55
RGB 102 100 85
HSL 53° 9.09% 36.67%
HSB/HSV 53° 16.67% 40.00%
CMYK 0.00% 1.96% 16.67%
60.00%

Color #666455 in popluar number systems.

HEX 66 64 55
Decimal 102 100 85
Binary 1100110 1100100 1010101
Octal 146 144 125

Shades and tints

Shades of #666455

#666455
(102,100,85)
#5D5B4E
(93,91,78)
#545247
(84,82,71)
#4B4940
(75,73,64)
#424039
(66,64,57)
#393732
(57,55,50)
#302E2B
(48,46,43)
#272524
(39,37,36)
#1E1C1D
(30,28,29)
#151316
(21,19,22)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #666455

#666455
(102,100,85)
#737264
(115,114,100)
#808073
(128,128,115)
#8D8E82
(141,142,130)
#9A9C91
(154,156,145)
#A7AAA0
(167,170,160)
#B4B8AF
(180,184,175)
#C1C6BE
(193,198,190)
#CED4CD
(206,212,205)
#DBE2DC
(219,226,220)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666455 color. Also use rgb(102,100,85) instead hex code.

Text Font Color

.myTextColor { color: #666455; }

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

This text font color is #666455.

Background Color

.myBgColor { background-color: #666455; }

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

This div background color is #666455.

Border color

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

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

This div border color is #666455.

Opacity

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

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

Text with #666455 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 #666455;}

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

This text has shadow with #666455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666455.

Preview

Color preview on black background

This text has color #666455 on black background.


Color preview on white background

This text has color #666455 on white background.


Black color preview on #666455 background

This text has black color on #666455 background.


White color preview on #666455 background

This text has white color on #666455 background.


Related colors

Complementary color

Complementary color for #hex is #999BAA.


I love getcolorcode.com

Triadic colors

1 #556664 and #645566 with #666455 are triadic colors.

2 #556466 and #646655 with #666455 are triadic colors.