COLOR #665C51

HEX: #665C51 RGB: (102,92,81)

Color info

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

RGB color model

#665C51 color RGB value is (102,92,81).

RGB: (102,92,81) (40%, 36%, 32%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 81 of 255 = 32%

102
92
81

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

Portions of RGB colors in percentages

R + G + B = 102 + 92 + 81 = 275 (100%)
R 102 of 275 ~ 37.09%
G 92 of 275 ~ 33.45%
B 81 of 275 ~ 29.45'%

%37.09
%33.45
%29.45

CMYK color model

#665C51 color CMYK value is (0,10,21,60).

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

CMYK: (0,10,21,60)
C0M10Y21K60 (0%, 10%, 21%, 60%)
(0.00 / 0.10 / 0.21 / 0.60)

CMYK percentages

%0
%9.8
%20.59
%60

Codes

Color #665C51 in popluar color models

66 5C 51
RGB 102 92 81
HSL 31° 11.48% 35.88%
HSB/HSV 31° 20.59% 40.00%
CMYK 0.00% 9.80% 20.59%
60.00%

Color #665C51 in popluar number systems.

HEX 66 5C 51
Decimal 102 92 81
Binary 1100110 1011100 1010001
Octal 146 134 121

Shades and tints

Shades of #665C51

#665C51
(102,92,81)
#5D544A
(93,84,74)
#544C43
(84,76,67)
#4B443C
(75,68,60)
#423C35
(66,60,53)
#39342E
(57,52,46)
#302C27
(48,44,39)
#272420
(39,36,32)
#1E1C19
(30,28,25)
#151412
(21,20,18)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #665C51

#665C51
(102,92,81)
#736A60
(115,106,96)
#80786F
(128,120,111)
#8D867E
(141,134,126)
#9A948D
(154,148,141)
#A7A29C
(167,162,156)
#B4B0AB
(180,176,171)
#C1BEBA
(193,190,186)
#CECCC9
(206,204,201)
#DBDAD8
(219,218,216)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C51; }

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

This text font color is #665C51.

Background Color

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

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

This div background color is #665C51.

Border color

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

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

This div border color is #665C51.

Opacity

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

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

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

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

This text has shadow with #665C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665C51.

Preview

Color preview on black background

This text has color #665C51 on black background.


Color preview on white background

This text has color #665C51 on white background.


Black color preview on #665C51 background

This text has black color on #665C51 background.


White color preview on #665C51 background

This text has white color on #665C51 background.


Related colors

Complementary color

Complementary color for #hex is #99A3AE.


I love getcolorcode.com

Triadic colors

1 #51665C and #5C5166 with #665C51 are triadic colors.

2 #515C66 and #5C6651 with #665C51 are triadic colors.