COLOR #9C6F4B

HEX: #9C6F4B
RGB: (156,111,75)

Color info

#9C6F4B contains mainly red and green colors. Web safe color of #9C6F4B is #996633 (or #963).

RGB color model

#9C6F4B color RGB value is (156,111,75).

  • red value is 156;
  • green value is 111;
  • blue value is 75.
RGB:
(156,111,75)
(61%,44%,29%)

RGB channels and saturation

R 156 of 255 = 61%
G 111 of 255 = 44%
B 75 of 255 = 29%

156
111
75

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

Portions of RGB colors in percentages

R + G + B =
156 + 111 + 75 = 342 (100%)
R 156 of 342 ~ 45.61%
G 111 of 342 ~ 32.46%
B 75 of 342 ~ 21.93%

%45.61
%32.46
%21.93

CMYK color model

#9C6F4B color CMYK value is (0,29,52,39).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 51.92%
  • key color value is 38.82%
CMYK:
(0,29,52,39)
C0M29Y52K39 
(0%,29%,52%,39%)
(0.00/0.29/0.52/0.39)	

CMYK percentages

%0
%28.85
%51.92
%38.82

Codes

Color #9C6F4B in popluar color models

9C6F4B
RGB15611175
HSL27°35.06%45.29%
HSB/HSV27°51.92%61.18%
CMYK0.00%28.85%51.92%
38.82%

Color #9C6F4B in popluar number systems.

HEX9C6F4B
Decimal15611175
Binary1001110011011111001011
Octal234157113

Shades and tints

Shades of #9C6F4B

#9C6F4B
(156,111,75)
#8E6545
(142,101,69)
#805B3F
(128,91,63)
#725139
(114,81,57)
#644733
(100,71,51)
#563D2D
(86,61,45)
#483327
(72,51,39)
#3A2921
(58,41,33)
#2C1F1B
(44,31,27)
#1E1515
(30,21,21)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #9C6F4B

#9C6F4B
(156,111,75)
#A57C5B
(165,124,91)
#AE896B
(174,137,107)
#B7967B
(183,150,123)
#C0A38B
(192,163,139)
#C9B09B
(201,176,155)
#D2BDAB
(210,189,171)
#DBCABB
(219,202,187)
#E4D7CB
(228,215,203)
#EDE4DB
(237,228,219)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6F4B color. Also use rgb(156,111,75) instead hex code.

Text Font Color

.myTextColor { color: #9C6F4B; }

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

This text font color is #9C6F4B.


Background Color

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

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

This div background color is #9C6F4B.


Border color

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

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

This div border color is #9C6F4B.


Opacity

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

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

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

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

This text has shadow with #9C6F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6F4B on black background.


Color preview on white background

This text has color #9C6F4B on white background.



Black color preview on #9C6F4B background

This text has black color on #9C6F4B background.


White color preview on #9C6F4B background

This text has white color on #9C6F4B background.