COLOR #9C6E4E

HEX: #9C6E4E
RGB: (156,110,78)

Color info

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

RGB color model

#9C6E4E color RGB value is (156,110,78).

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

RGB channels and saturation

R 156 of 255 = 61%
G 110 of 255 = 43%
B 78 of 255 = 31%

156
110
78

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

Portions of RGB colors in percentages

R + G + B =
156 + 110 + 78 = 344 (100%)
R 156 of 344 ~ 45.35%
G 110 of 344 ~ 31.98%
B 78 of 344 ~ 22.67%

%45.35
%31.98
%22.67

CMYK color model

#9C6E4E color CMYK value is (0,29,50,39).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 50.00%
  • key color value is 38.82%
CMYK:
(0,29,50,39)
C0M29Y50K39 
(0%,29%,50%,39%)
(0.00/0.29/0.50/0.39)	

CMYK percentages

%0
%29.49
%50
%38.82

Codes

Color #9C6E4E in popluar color models

9C6E4E
RGB15611078
HSL25°33.33%45.88%
HSB/HSV25°50.00%61.18%
CMYK0.00%29.49%50.00%
38.82%

Color #9C6E4E in popluar number systems.

HEX9C6E4E
Decimal15611078
Binary1001110011011101001110
Octal234156116

Shades and tints

Shades of #9C6E4E

#9C6E4E
(156,110,78)
#8E6447
(142,100,71)
#805A40
(128,90,64)
#725039
(114,80,57)
#644632
(100,70,50)
#563C2B
(86,60,43)
#483224
(72,50,36)
#3A281D
(58,40,29)
#2C1E16
(44,30,22)
#1E140F
(30,20,15)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #9C6E4E

#9C6E4E
(156,110,78)
#A57B5E
(165,123,94)
#AE886E
(174,136,110)
#B7957E
(183,149,126)
#C0A28E
(192,162,142)
#C9AF9E
(201,175,158)
#D2BCAE
(210,188,174)
#DBC9BE
(219,201,190)
#E4D6CE
(228,214,206)
#EDE3DE
(237,227,222)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6E4E; }

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

This text font color is #9C6E4E.


Background Color

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

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

This div background color is #9C6E4E.


Border color

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

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

This div border color is #9C6E4E.


Opacity

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

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

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

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

This text has shadow with #9C6E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6E4E on black background.


Color preview on white background

This text has color #9C6E4E on white background.



Black color preview on #9C6E4E background

This text has black color on #9C6E4E background.


White color preview on #9C6E4E background

This text has white color on #9C6E4E background.