COLOR #9C6D6E

HEX: #9C6D6E RGB: (156,109,110)

Color info

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

RGB color model

#9C6D6E color RGB value is (156,109,110).

RGB: (156,109,110) (61%, 43%, 43%)

RGB channels and saturation

R 156 of 255 = 61%
G 109 of 255 = 43%
B 110 of 255 = 43%

156
109
110

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

Portions of RGB colors in percentages

R + G + B = 156 + 109 + 110 = 375 (100%)
R 156 of 375 ~ 41.6%
G 109 of 375 ~ 29.07%
B 110 of 375 ~ 29.33'%

%41.6
%29.07
%29.33

CMYK color model

#9C6D6E color CMYK value is (0,30,29,39).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK: (0,30,29,39) C0M30Y29K39 (0%,30%,29%,39%) (0.00/0.30/0.29/0.39) 

CMYK percentages

%0
%30.13
%29.49
%38.82

Codes

Color #9C6D6E in popluar color models

9C 6D 6E
RGB 156 109 110
HSL 359° 19.18% 51.96%
HSB/HSV 359° 30.13% 61.18%
CMYK 0.00% 30.13% 29.49%
38.82%

Color #9C6D6E in popluar number systems.

HEX 9C 6D 6E
Decimal 156 109 110
Binary 10011100 1101101 1101110
Octal 234 155 156

Shades and tints

Shades of #9C6D6E

#9C6D6E
(156,109,110)
#8E6464
(142,100,100)
#805B5A
(128,91,90)
#725250
(114,82,80)
#644946
(100,73,70)
#56403C
(86,64,60)
#483732
(72,55,50)
#3A2E28
(58,46,40)
#2C251E
(44,37,30)
#1E1C14
(30,28,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #9C6D6E

#9C6D6E
(156,109,110)
#A57A7B
(165,122,123)
#AE8788
(174,135,136)
#B79495
(183,148,149)
#C0A1A2
(192,161,162)
#C9AEAF
(201,174,175)
#D2BBBC
(210,187,188)
#DBC8C9
(219,200,201)
#E4D5D6
(228,213,214)
#EDE2E3
(237,226,227)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6D6E; }

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

This text font color is #9C6D6E.

Background Color

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

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

This div background color is #9C6D6E.

Border color

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

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

This div border color is #9C6D6E.

Opacity

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

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

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

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

This text has shadow with #9C6D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6D6E.

Preview

Color preview on black background

This text has color #9C6D6E on black background.


Color preview on white background

This text has color #9C6D6E on white background.


Black color preview on #9C6D6E background

This text has black color on #9C6D6E background.


White color preview on #9C6D6E background

This text has white color on #9C6D6E background.


Related colors

Complementary color

Complementary color for #hex is #639291.


I love getcolorcode.com

Triadic colors

1 #6E9C6D and #6D6E9C with #9C6D6E are triadic colors.

2 #6E6D9C and #6D9C6E with #9C6D6E are triadic colors.