COLOR #9C6D54

HEX: #9C6D54
RGB: (156,109,84)

Color info

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

RGB color model

#9C6D54 color RGB value is (156,109,84).

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

RGB channels and saturation

R 156 of 255 = 61%
G 109 of 255 = 43%
B 84 of 255 = 33%

156
109
84

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

Portions of RGB colors in percentages

R + G + B =
156 + 109 + 84 = 349 (100%)
R 156 of 349 ~ 44.7%
G 109 of 349 ~ 31.23%
B 84 of 349 ~ 24.07%

%44.7
%31.23
%24.07

CMYK color model

#9C6D54 color CMYK value is (0,30,46,39).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 46.15%
  • key color value is 38.82%
CMYK:
(0,30,46,39)
C0M30Y46K39 
(0%,30%,46%,39%)
(0.00/0.30/0.46/0.39)	

CMYK percentages

%0
%30.13
%46.15
%38.82

Codes

Color #9C6D54 in popluar color models

9C6D54
RGB15610984
HSL21°30.00%47.06%
HSB/HSV21°46.15%61.18%
CMYK0.00%30.13%46.15%
38.82%

Color #9C6D54 in popluar number systems.

HEX9C6D54
Decimal15610984
Binary1001110011011011010100
Octal234155124

Shades and tints

Shades of #9C6D54

#9C6D54
(156,109,84)
#8E644D
(142,100,77)
#805B46
(128,91,70)
#72523F
(114,82,63)
#644938
(100,73,56)
#564031
(86,64,49)
#48372A
(72,55,42)
#3A2E23
(58,46,35)
#2C251C
(44,37,28)
#1E1C15
(30,28,21)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #9C6D54

#9C6D54
(156,109,84)
#A57A63
(165,122,99)
#AE8772
(174,135,114)
#B79481
(183,148,129)
#C0A190
(192,161,144)
#C9AE9F
(201,174,159)
#D2BBAE
(210,187,174)
#DBC8BD
(219,200,189)
#E4D5CC
(228,213,204)
#EDE2DB
(237,226,219)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6D54; }

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

This text font color is #9C6D54.


Background Color

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

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

This div background color is #9C6D54.


Border color

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

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

This div border color is #9C6D54.


Opacity

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

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

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

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

This text has shadow with #9C6D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6D54 on black background.


Color preview on white background

This text has color #9C6D54 on white background.



Black color preview on #9C6D54 background

This text has black color on #9C6D54 background.


White color preview on #9C6D54 background

This text has white color on #9C6D54 background.