COLOR #9C6B6E

HEX: #9C6B6E
RGB: (156,107,110)

Color info

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

RGB color model

#9C6B6E color RGB value is (156,107,110).

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

RGB channels and saturation

R 156 of 255 = 61%
G 107 of 255 = 42%
B 110 of 255 = 43%

156
107
110

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

Portions of RGB colors in percentages

R + G + B =
156 + 107 + 110 = 373 (100%)
R 156 of 373 ~ 41.82%
G 107 of 373 ~ 28.69%
B 110 of 373 ~ 29.49%

%41.82
%28.69
%29.49

CMYK color model

#9C6B6E color CMYK value is (0,31,29,39).

  • cyan value is 0.00%
  • magenta value is 31.41%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(0,31,29,39)
C0M31Y29K39 
(0%,31%,29%,39%)
(0.00/0.31/0.29/0.39)	

CMYK percentages

%0
%31.41
%29.49
%38.82

Codes

Color #9C6B6E in popluar color models

9C6B6E
RGB156107110
HSL356°19.84%51.57%
HSB/HSV356°31.41%61.18%
CMYK0.00%31.41%29.49%
38.82%

Color #9C6B6E in popluar number systems.

HEX9C6B6E
Decimal156107110
Binary1001110011010111101110
Octal234153156

Shades and tints

Shades of #9C6B6E

#9C6B6E
(156,107,110)
#8E6264
(142,98,100)
#80595A
(128,89,90)
#725050
(114,80,80)
#644746
(100,71,70)
#563E3C
(86,62,60)
#483532
(72,53,50)
#3A2C28
(58,44,40)
#2C231E
(44,35,30)
#1E1A14
(30,26,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #9C6B6E

#9C6B6E
(156,107,110)
#A5787B
(165,120,123)
#AE8588
(174,133,136)
#B79295
(183,146,149)
#C09FA2
(192,159,162)
#C9ACAF
(201,172,175)
#D2B9BC
(210,185,188)
#DBC6C9
(219,198,201)
#E4D3D6
(228,211,214)
#EDE0E3
(237,224,227)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6B6E; }

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

This text font color is #9C6B6E.


Background Color

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

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

This div background color is #9C6B6E.


Border color

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

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

This div border color is #9C6B6E.


Opacity

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

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

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

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

This text has shadow with #9C6B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6B6E on black background.


Color preview on white background

This text has color #9C6B6E on white background.



Black color preview on #9C6B6E background

This text has black color on #9C6B6E background.


White color preview on #9C6B6E background

This text has white color on #9C6B6E background.