COLOR #9C7656

HEX: #9C7656
RGB: (156,118,86)

Color info

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

RGB color model

#9C7656 color RGB value is (156,118,86).

  • red value is 156;
  • green value is 118;
  • blue value is 86.
RGB:
(156,118,86)
(61%,46%,34%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 86 of 255 = 34%

156
118
86

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 86 = 360 (100%)
R 156 of 360 ~ 43.33%
G 118 of 360 ~ 32.78%
B 86 of 360 ~ 23.89%

%43.33
%32.78
%23.89

CMYK color model

#9C7656 color CMYK value is (0,24,45,39).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 44.87%
  • key color value is 38.82%
CMYK:
(0,24,45,39)
C0M24Y45K39 
(0%,24%,45%,39%)
(0.00/0.24/0.45/0.39)	

CMYK percentages

%0
%24.36
%44.87
%38.82

Codes

Color #9C7656 in popluar color models

9C7656
RGB15611886
HSL27°28.93%47.45%
HSB/HSV27°44.87%61.18%
CMYK0.00%24.36%44.87%
38.82%

Color #9C7656 in popluar number systems.

HEX9C7656
Decimal15611886
Binary1001110011101101010110
Octal234166126

Shades and tints

Shades of #9C7656

#9C7656
(156,118,86)
#8E6C4F
(142,108,79)
#806248
(128,98,72)
#725841
(114,88,65)
#644E3A
(100,78,58)
#564433
(86,68,51)
#483A2C
(72,58,44)
#3A3025
(58,48,37)
#2C261E
(44,38,30)
#1E1C17
(30,28,23)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #9C7656

#9C7656
(156,118,86)
#A58265
(165,130,101)
#AE8E74
(174,142,116)
#B79A83
(183,154,131)
#C0A692
(192,166,146)
#C9B2A1
(201,178,161)
#D2BEB0
(210,190,176)
#DBCABF
(219,202,191)
#E4D6CE
(228,214,206)
#EDE2DD
(237,226,221)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7656 color. Also use rgb(156,118,86) instead hex code.

Text Font Color

.myTextColor { color: #9C7656; }

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

This text font color is #9C7656.


Background Color

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

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

This div background color is #9C7656.


Border color

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

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

This div border color is #9C7656.


Opacity

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

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

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

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

This text has shadow with #9C7656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7656 on black background.


Color preview on white background

This text has color #9C7656 on white background.



Black color preview on #9C7656 background

This text has black color on #9C7656 background.


White color preview on #9C7656 background

This text has white color on #9C7656 background.