COLOR #9C6A50

HEX: #9C6A50
RGB: (156,106,80)

Color info

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

RGB color model

#9C6A50 color RGB value is (156,106,80).

  • red value is 156;
  • green value is 106;
  • blue value is 80.
RGB:
(156,106,80)
(61%,42%,31%)

RGB channels and saturation

R 156 of 255 = 61%
G 106 of 255 = 42%
B 80 of 255 = 31%

156
106
80

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

Portions of RGB colors in percentages

R + G + B =
156 + 106 + 80 = 342 (100%)
R 156 of 342 ~ 45.61%
G 106 of 342 ~ 30.99%
B 80 of 342 ~ 23.39%

%45.61
%30.99
%23.39

CMYK color model

#9C6A50 color CMYK value is (0,32,49,39).

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 48.72%
  • key color value is 38.82%
CMYK:
(0,32,49,39)
C0M32Y49K39 
(0%,32%,49%,39%)
(0.00/0.32/0.49/0.39)	

CMYK percentages

%0
%32.05
%48.72
%38.82

Codes

Color #9C6A50 in popluar color models

9C6A50
RGB15610680
HSL21°32.20%46.27%
HSB/HSV21°48.72%61.18%
CMYK0.00%32.05%48.72%
38.82%

Color #9C6A50 in popluar number systems.

HEX9C6A50
Decimal15610680
Binary1001110011010101010000
Octal234152120

Shades and tints

Shades of #9C6A50

#9C6A50
(156,106,80)
#8E6149
(142,97,73)
#805842
(128,88,66)
#724F3B
(114,79,59)
#644634
(100,70,52)
#563D2D
(86,61,45)
#483426
(72,52,38)
#3A2B1F
(58,43,31)
#2C2218
(44,34,24)
#1E1911
(30,25,17)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #9C6A50

#9C6A50
(156,106,80)
#A5775F
(165,119,95)
#AE846E
(174,132,110)
#B7917D
(183,145,125)
#C09E8C
(192,158,140)
#C9AB9B
(201,171,155)
#D2B8AA
(210,184,170)
#DBC5B9
(219,197,185)
#E4D2C8
(228,210,200)
#EDDFD7
(237,223,215)
#F6ECE6
(246,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6A50; }

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

This text font color is #9C6A50.


Background Color

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

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

This div background color is #9C6A50.


Border color

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

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

This div border color is #9C6A50.


Opacity

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

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

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

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

This text has shadow with #9C6A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6A50 on black background.


Color preview on white background

This text has color #9C6A50 on white background.



Black color preview on #9C6A50 background

This text has black color on #9C6A50 background.


White color preview on #9C6A50 background

This text has white color on #9C6A50 background.