COLOR #664C55

HEX: #664C55 RGB: (102,76,85)

Color info

#664C55 contains red, green and blue colors in about the same proportion. Web safe color of #664C55 is #663366 (or #636).

RGB color model

#664C55 color RGB value is (102,76,85).

RGB: (102,76,85) (40%, 30%, 33%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 85 of 255 = 33%

102
76
85

R + G + B ~ 34%. #664C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 76 + 85 = 263 (100%)
R 102 of 263 ~ 38.78%
G 76 of 263 ~ 28.9%
B 85 of 263 ~ 32.32'%

%38.78
%28.9
%32.32

CMYK color model

#664C55 color CMYK value is (0,25,17,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK: (0,25,17,60) C0M25Y17K60 (0%,25%,17%,60%) (0.00/0.25/0.17/0.60) 

CMYK percentages

%0
%25.49
%16.67
%60

Codes

Color #664C55 in popluar color models

66 4C 55
RGB 102 76 85
HSL 339° 14.61% 34.90%
HSB/HSV 339° 25.49% 40.00%
CMYK 0.00% 25.49% 16.67%
60.00%

Color #664C55 in popluar number systems.

HEX 66 4C 55
Decimal 102 76 85
Binary 1100110 1001100 1010101
Octal 146 114 125

Shades and tints

Shades of #664C55

#664C55
(102,76,85)
#5D464E
(93,70,78)
#544047
(84,64,71)
#4B3A40
(75,58,64)
#423439
(66,52,57)
#392E32
(57,46,50)
#30282B
(48,40,43)
#272224
(39,34,36)
#1E1C1D
(30,28,29)
#151616
(21,22,22)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #664C55

#664C55
(102,76,85)
#735C64
(115,92,100)
#806C73
(128,108,115)
#8D7C82
(141,124,130)
#9A8C91
(154,140,145)
#A79CA0
(167,156,160)
#B4ACAF
(180,172,175)
#C1BCBE
(193,188,190)
#CECCCD
(206,204,205)
#DBDCDC
(219,220,220)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C55; }

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

This text font color is #664C55.

Background Color

.myBgColor { background-color: #664C55; }

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

This div background color is #664C55.

Border color

.myBorderColor { border: 1px solid #664C55; }

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

This div border color is #664C55.

Opacity

.myOpacity80 { color: #664C55; opacity: 0.8; }

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

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

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

This text has shadow with #664C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664C55.

Preview

Color preview on black background

This text has color #664C55 on black background.


Color preview on white background

This text has color #664C55 on white background.


Black color preview on #664C55 background

This text has black color on #664C55 background.


White color preview on #664C55 background

This text has white color on #664C55 background.


Related colors

Complementary color

Complementary color for #hex is #99B3AA.


I love getcolorcode.com

Triadic colors

1 #55664C and #4C5566 with #664C55 are triadic colors.

2 #554C66 and #4C6655 with #664C55 are triadic colors.