COLOR #9C6960

HEX: #9C6960 RGB: (156,105,96)

Color info

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

RGB color model

#9C6960 color RGB value is (156,105,96).

RGB: (156,105,96) (61%, 41%, 38%)

RGB channels and saturation

R 156 of 255 = 61%
G 105 of 255 = 41%
B 96 of 255 = 38%

156
105
96

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

Portions of RGB colors in percentages

R + G + B = 156 + 105 + 96 = 357 (100%)
R 156 of 357 ~ 43.7%
G 105 of 357 ~ 29.41%
B 96 of 357 ~ 26.89'%

%43.7
%29.41
%26.89

CMYK color model

#9C6960 color CMYK value is (0,33,38,39).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 38.46%
  • key color value is 38.82%
CMYK: (0,33,38,39) C0M33Y38K39 (0%,33%,38%,39%) (0.00/0.33/0.38/0.39) 

CMYK percentages

%0
%32.69
%38.46
%38.82

Codes

Color #9C6960 in popluar color models

9C 69 60
RGB 156 105 96
HSL 23.81% 49.41%
HSB/HSV 38.46% 61.18%
CMYK 0.00% 32.69% 38.46%
38.82%

Color #9C6960 in popluar number systems.

HEX 9C 69 60
Decimal 156 105 96
Binary 10011100 1101001 1100000
Octal 234 151 140

Shades and tints

Shades of #9C6960

#9C6960
(156,105,96)
#8E6058
(142,96,88)
#805750
(128,87,80)
#724E48
(114,78,72)
#644540
(100,69,64)
#563C38
(86,60,56)
#483330
(72,51,48)
#3A2A28
(58,42,40)
#2C2120
(44,33,32)
#1E1818
(30,24,24)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #9C6960

#9C6960
(156,105,96)
#A5766E
(165,118,110)
#AE837C
(174,131,124)
#B7908A
(183,144,138)
#C09D98
(192,157,152)
#C9AAA6
(201,170,166)
#D2B7B4
(210,183,180)
#DBC4C2
(219,196,194)
#E4D1D0
(228,209,208)
#EDDEDE
(237,222,222)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6960 color. Also use rgb(156,105,96) instead hex code.

Text Font Color

.myTextColor { color: #9C6960; }

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

This text font color is #9C6960.

Background Color

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

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

This div background color is #9C6960.

Border color

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

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

This div border color is #9C6960.

Opacity

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

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

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

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

This text has shadow with #9C6960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6960.

Preview

Color preview on black background

This text has color #9C6960 on black background.


Color preview on white background

This text has color #9C6960 on white background.


Black color preview on #9C6960 background

This text has black color on #9C6960 background.


White color preview on #9C6960 background

This text has white color on #9C6960 background.


Related colors

Complementary color

Complementary color for #hex is #63969F.


I love getcolorcode.com

Triadic colors

1 #609C69 and #69609C with #9C6960 are triadic colors.

2 #60699C and #699C60 with #9C6960 are triadic colors.