COLOR #9C6D5B

HEX: #9C6D5B
RGB: (156,109,91)

Color info

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

RGB color model

#9C6D5B color RGB value is (156,109,91).

  • red value is 156;
  • green value is 109;
  • blue value is 91.
RGB:
(156,109,91)
(61%,43%,36%)

RGB channels and saturation

R 156 of 255 = 61%
G 109 of 255 = 43%
B 91 of 255 = 36%

156
109
91

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

Portions of RGB colors in percentages

R + G + B =
156 + 109 + 91 = 356 (100%)
R 156 of 356 ~ 43.82%
G 109 of 356 ~ 30.62%
B 91 of 356 ~ 25.56%

%43.82
%30.62
%25.56

CMYK color model

#9C6D5B color CMYK value is (0,30,42,39).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 41.67%
  • key color value is 38.82%
CMYK:
(0,30,42,39)
C0M30Y42K39 
(0%,30%,42%,39%)
(0.00/0.30/0.42/0.39)	

CMYK percentages

%0
%30.13
%41.67
%38.82

Codes

Color #9C6D5B in popluar color models

9C6D5B
RGB15610991
HSL17°26.32%48.43%
HSB/HSV17°41.67%61.18%
CMYK0.00%30.13%41.67%
38.82%

Color #9C6D5B in popluar number systems.

HEX9C6D5B
Decimal15610991
Binary1001110011011011011011
Octal234155133

Shades and tints

Shades of #9C6D5B

#9C6D5B
(156,109,91)
#8E6453
(142,100,83)
#805B4B
(128,91,75)
#725243
(114,82,67)
#64493B
(100,73,59)
#564033
(86,64,51)
#48372B
(72,55,43)
#3A2E23
(58,46,35)
#2C251B
(44,37,27)
#1E1C13
(30,28,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #9C6D5B

#9C6D5B
(156,109,91)
#A57A69
(165,122,105)
#AE8777
(174,135,119)
#B79485
(183,148,133)
#C0A193
(192,161,147)
#C9AEA1
(201,174,161)
#D2BBAF
(210,187,175)
#DBC8BD
(219,200,189)
#E4D5CB
(228,213,203)
#EDE2D9
(237,226,217)
#F6EFE7
(246,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6D5B color. Also use rgb(156,109,91) instead hex code.

Text Font Color

.myTextColor { color: #9C6D5B; }

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

This text font color is #9C6D5B.


Background Color

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

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

This div background color is #9C6D5B.


Border color

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

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

This div border color is #9C6D5B.


Opacity

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

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

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

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

This text has shadow with #9C6D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6D5B on black background.


Color preview on white background

This text has color #9C6D5B on white background.



Black color preview on #9C6D5B background

This text has black color on #9C6D5B background.


White color preview on #9C6D5B background

This text has white color on #9C6D5B background.