COLOR #665C56

HEX: #665C56 RGB: (102,92,86)

Color info

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

RGB color model

#665C56 color RGB value is (102,92,86).

RGB: (102,92,86) (40%, 36%, 34%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 86 of 255 = 34%

102
92
86

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

Portions of RGB colors in percentages

R + G + B = 102 + 92 + 86 = 280 (100%)
R 102 of 280 ~ 36.43%
G 92 of 280 ~ 32.86%
B 86 of 280 ~ 30.71'%

%36.43
%32.86
%30.71

CMYK color model

#665C56 color CMYK value is (0,10,16,60).

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

CMYK: (0,10,16,60)
C0M10Y16K60 (0%, 10%, 16%, 60%)
(0.00 / 0.10 / 0.16 / 0.60)

CMYK percentages

%0
%9.8
%15.69
%60

Codes

Color #665C56 in popluar color models

66 5C 56
RGB 102 92 86
HSL 23° 8.51% 36.86%
HSB/HSV 23° 15.69% 40.00%
CMYK 0.00% 9.80% 15.69%
60.00%

Color #665C56 in popluar number systems.

HEX 66 5C 56
Decimal 102 92 86
Binary 1100110 1011100 1010110
Octal 146 134 126

Shades and tints

Shades of #665C56

#665C56
(102,92,86)
#5D544F
(93,84,79)
#544C48
(84,76,72)
#4B4441
(75,68,65)
#423C3A
(66,60,58)
#393433
(57,52,51)
#302C2C
(48,44,44)
#272425
(39,36,37)
#1E1C1E
(30,28,30)
#151417
(21,20,23)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #665C56

#665C56
(102,92,86)
#736A65
(115,106,101)
#807874
(128,120,116)
#8D8683
(141,134,131)
#9A9492
(154,148,146)
#A7A2A1
(167,162,161)
#B4B0B0
(180,176,176)
#C1BEBF
(193,190,191)
#CECCCE
(206,204,206)
#DBDADD
(219,218,221)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C56; }

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

This text font color is #665C56.

Background Color

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

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

This div background color is #665C56.

Border color

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

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

This div border color is #665C56.

Opacity

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

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

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

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

This text has shadow with #665C56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665C56.

Preview

Color preview on black background

This text has color #665C56 on black background.


Color preview on white background

This text has color #665C56 on white background.


Black color preview on #665C56 background

This text has black color on #665C56 background.


White color preview on #665C56 background

This text has white color on #665C56 background.


Related colors

Complementary color

Complementary color for #hex is #99A3A9.


I love getcolorcode.com

Triadic colors

1 #56665C and #5C5666 with #665C56 are triadic colors.

2 #565C66 and #5C6656 with #665C56 are triadic colors.