COLOR #9C665C

HEX: #9C665C RGB: (156,102,92)

Color info

#9C665C contains mainly red and green colors. Web safe color of #9C665C is #996666 (or #966).

RGB color model

#9C665C color RGB value is (156,102,92).

RGB: (156,102,92) (61%, 40%, 36%)

RGB channels and saturation

R 156 of 255 = 61%
G 102 of 255 = 40%
B 92 of 255 = 36%

156
102
92

R + G + B ~ 46%. #9C665C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 102 + 92 = 350 (100%)
R 156 of 350 ~ 44.57%
G 102 of 350 ~ 29.14%
B 92 of 350 ~ 26.29'%

%44.57
%29.14
%26.29

CMYK color model

#9C665C color CMYK value is (0,35,41,39).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 41.03%
  • key color value is 38.82%
CMYK: (0,35,41,39) C0M35Y41K39 (0%,35%,41%,39%) (0.00/0.35/0.41/0.39) 

CMYK percentages

%0
%34.62
%41.03
%38.82

Codes

Color #9C665C in popluar color models

9C 66 5C
RGB 156 102 92
HSL 25.81% 48.63%
HSB/HSV 41.03% 61.18%
CMYK 0.00% 34.62% 41.03%
38.82%

Color #9C665C in popluar number systems.

HEX 9C 66 5C
Decimal 156 102 92
Binary 10011100 1100110 1011100
Octal 234 146 134

Shades and tints

Shades of #9C665C

#9C665C
(156,102,92)
#8E5D54
(142,93,84)
#80544C
(128,84,76)
#724B44
(114,75,68)
#64423C
(100,66,60)
#563934
(86,57,52)
#48302C
(72,48,44)
#3A2724
(58,39,36)
#2C1E1C
(44,30,28)
#1E1514
(30,21,20)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #9C665C

#9C665C
(156,102,92)
#A5736A
(165,115,106)
#AE8078
(174,128,120)
#B78D86
(183,141,134)
#C09A94
(192,154,148)
#C9A7A2
(201,167,162)
#D2B4B0
(210,180,176)
#DBC1BE
(219,193,190)
#E4CECC
(228,206,204)
#EDDBDA
(237,219,218)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C665C color. Also use rgb(156,102,92) instead hex code.

Text Font Color

.myTextColor { color: #9C665C; }

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

This text font color is #9C665C.

Background Color

.myBgColor { background-color: #9C665C; }

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

This div background color is #9C665C.

Border color

.myBorderColor { border: 1px solid #9C665C; }

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

This div border color is #9C665C.

Opacity

.myOpacity80 { color: #9C665C; opacity: 0.8; }

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

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

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

This text has shadow with #9C665C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C665C.

Preview

Color preview on black background

This text has color #9C665C on black background.


Color preview on white background

This text has color #9C665C on white background.


Black color preview on #9C665C background

This text has black color on #9C665C background.


White color preview on #9C665C background

This text has white color on #9C665C background.


Related colors

Complementary color

Complementary color for #hex is #6399A3.


I love getcolorcode.com

Triadic colors

1 #5C9C66 and #665C9C with #9C665C are triadic colors.

2 #5C669C and #669C5C with #9C665C are triadic colors.