COLOR #9C6B72

HEX: #9C6B72
RGB: (156,107,114)

Color info

#9C6B72 contains red, green and blue colors in about the same proportion. Web safe color of #9C6B72 is #996666 (or #966).

RGB color model

#9C6B72 color RGB value is (156,107,114).

  • red value is 156;
  • green value is 107;
  • blue value is 114.
RGB:
(156,107,114)
(61%,42%,45%)

RGB channels and saturation

R 156 of 255 = 61%
G 107 of 255 = 42%
B 114 of 255 = 45%

156
107
114

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

Portions of RGB colors in percentages

R + G + B =
156 + 107 + 114 = 377 (100%)
R 156 of 377 ~ 41.38%
G 107 of 377 ~ 28.38%
B 114 of 377 ~ 30.24%

%41.38
%28.38
%30.24

CMYK color model

#9C6B72 color CMYK value is (0,31,27,39).

  • cyan value is 0.00%
  • magenta value is 31.41%
  • yellow value is 26.92%
  • key color value is 38.82%
CMYK:
(0,31,27,39)
C0M31Y27K39 
(0%,31%,27%,39%)
(0.00/0.31/0.27/0.39)	

CMYK percentages

%0
%31.41
%26.92
%38.82

Codes

Color #9C6B72 in popluar color models

9C6B72
RGB156107114
HSL351°19.84%51.57%
HSB/HSV351°31.41%61.18%
CMYK0.00%31.41%26.92%
38.82%

Color #9C6B72 in popluar number systems.

HEX9C6B72
Decimal156107114
Binary1001110011010111110010
Octal234153162

Shades and tints

Shades of #9C6B72

#9C6B72
(156,107,114)
#8E6268
(142,98,104)
#80595E
(128,89,94)
#725054
(114,80,84)
#64474A
(100,71,74)
#563E40
(86,62,64)
#483536
(72,53,54)
#3A2C2C
(58,44,44)
#2C2322
(44,35,34)
#1E1A18
(30,26,24)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #9C6B72

#9C6B72
(156,107,114)
#A5787E
(165,120,126)
#AE858A
(174,133,138)
#B79296
(183,146,150)
#C09FA2
(192,159,162)
#C9ACAE
(201,172,174)
#D2B9BA
(210,185,186)
#DBC6C6
(219,198,198)
#E4D3D2
(228,211,210)
#EDE0DE
(237,224,222)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6B72 color. Also use rgb(156,107,114) instead hex code.

Text Font Color

.myTextColor { color: #9C6B72; }

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

This text font color is #9C6B72.


Background Color

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

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

This div background color is #9C6B72.


Border color

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

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

This div border color is #9C6B72.


Opacity

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

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

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

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

This text has shadow with #9C6B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6B72 on black background.


Color preview on white background

This text has color #9C6B72 on white background.



Black color preview on #9C6B72 background

This text has black color on #9C6B72 background.


White color preview on #9C6B72 background

This text has white color on #9C6B72 background.