COLOR #665C55

HEX: #665C55 RGB: (102,92,85)

Color info

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

RGB color model

#665C55 color RGB value is (102,92,85).

RGB: (102,92,85) (40%, 36%, 33%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 85 of 255 = 33%

102
92
85

R + G + B ~ 36%. #665C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 92 + 85 = 279 (100%)
R 102 of 279 ~ 36.56%
G 92 of 279 ~ 32.97%
B 85 of 279 ~ 30.47'%

%36.56
%32.97
%30.47

CMYK color model

#665C55 color CMYK value is (0,10,17,60).

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

CMYK: (0,10,17,60)
C0M10Y17K60 (0%, 10%, 17%, 60%)
(0.00 / 0.10 / 0.17 / 0.60)

CMYK percentages

%0
%9.8
%16.67
%60

Codes

Color #665C55 in popluar color models

66 5C 55
RGB 102 92 85
HSL 25° 9.09% 36.67%
HSB/HSV 25° 16.67% 40.00%
CMYK 0.00% 9.80% 16.67%
60.00%

Color #665C55 in popluar number systems.

HEX 66 5C 55
Decimal 102 92 85
Binary 1100110 1011100 1010101
Octal 146 134 125

Shades and tints

Shades of #665C55

#665C55
(102,92,85)
#5D544E
(93,84,78)
#544C47
(84,76,71)
#4B4440
(75,68,64)
#423C39
(66,60,57)
#393432
(57,52,50)
#302C2B
(48,44,43)
#272424
(39,36,36)
#1E1C1D
(30,28,29)
#151416
(21,20,22)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #665C55

#665C55
(102,92,85)
#736A64
(115,106,100)
#807873
(128,120,115)
#8D8682
(141,134,130)
#9A9491
(154,148,145)
#A7A2A0
(167,162,160)
#B4B0AF
(180,176,175)
#C1BEBE
(193,190,190)
#CECCCD
(206,204,205)
#DBDADC
(219,218,220)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C55; }

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

This text font color is #665C55.

Background Color

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

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

This div background color is #665C55.

Border color

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

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

This div border color is #665C55.

Opacity

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

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

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

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

This text has shadow with #665C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665C55.

Preview

Color preview on black background

This text has color #665C55 on black background.


Color preview on white background

This text has color #665C55 on white background.


Black color preview on #665C55 background

This text has black color on #665C55 background.


White color preview on #665C55 background

This text has white color on #665C55 background.


Related colors

Complementary color

Complementary color for #hex is #99A3AA.


I love getcolorcode.com

Triadic colors

1 #55665C and #5C5566 with #665C55 are triadic colors.

2 #555C66 and #5C6655 with #665C55 are triadic colors.