COLOR #9C706A

HEX: #9C706A RGB: (156,112,106)

Color info

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

RGB color model

#9C706A color RGB value is (156,112,106).

RGB: (156,112,106) (61%, 44%, 42%)

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 106 of 255 = 42%

156
112
106

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

Portions of RGB colors in percentages

R + G + B = 156 + 112 + 106 = 374 (100%)
R 156 of 374 ~ 41.71%
G 112 of 374 ~ 29.95%
B 106 of 374 ~ 28.34'%

%41.71
%29.95
%28.34

CMYK color model

#9C706A color CMYK value is (0,28,32,39).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 32.05%
  • key color value is 38.82%

CMYK: (0,28,32,39)
C0M28Y32K39 (0%, 28%, 32%, 39%)
(0.00 / 0.28 / 0.32 / 0.39)

CMYK percentages

%0
%28.21
%32.05
%38.82

Codes

Color #9C706A in popluar color models

9C 70 6A
RGB 156 112 106
HSL 20.16% 51.37%
HSB/HSV 32.05% 61.18%
CMYK 0.00% 28.21% 32.05%
38.82%

Color #9C706A in popluar number systems.

HEX 9C 70 6A
Decimal 156 112 106
Binary 10011100 1110000 1101010
Octal 234 160 152

Shades and tints

Shades of #9C706A

#9C706A
(156,112,106)
#8E6661
(142,102,97)
#805C58
(128,92,88)
#72524F
(114,82,79)
#644846
(100,72,70)
#563E3D
(86,62,61)
#483434
(72,52,52)
#3A2A2B
(58,42,43)
#2C2022
(44,32,34)
#1E1619
(30,22,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #9C706A

#9C706A
(156,112,106)
#A57D77
(165,125,119)
#AE8A84
(174,138,132)
#B79791
(183,151,145)
#C0A49E
(192,164,158)
#C9B1AB
(201,177,171)
#D2BEB8
(210,190,184)
#DBCBC5
(219,203,197)
#E4D8D2
(228,216,210)
#EDE5DF
(237,229,223)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C706A color. Also use rgb(156,112,106) instead hex code.

Text Font Color

.myTextColor { color: #9C706A; }

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

This text font color is #9C706A.

Background Color

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

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

This div background color is #9C706A.

Border color

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

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

This div border color is #9C706A.

Opacity

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

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

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

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

This text has shadow with #9C706A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C706A.

Preview

Color preview on black background

This text has color #9C706A on black background.


Color preview on white background

This text has color #9C706A on white background.


Black color preview on #9C706A background

This text has black color on #9C706A background.


White color preview on #9C706A background

This text has white color on #9C706A background.


Related colors

Complementary color

Complementary color for #hex is #638F95.


I love getcolorcode.com

Triadic colors

1 #6A9C70 and #706A9C with #9C706A are triadic colors.

2 #6A709C and #709C6A with #9C706A are triadic colors.