COLOR #9C6345

HEX: #9C6345
RGB: (156,99,69)

Color info

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

RGB color model

#9C6345 color RGB value is (156,99,69).

  • red value is 156;
  • green value is 99;
  • blue value is 69.
RGB:
(156,99,69)
(61%,39%,27%)

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 69 of 255 = 27%

156
99
69

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

Portions of RGB colors in percentages

R + G + B =
156 + 99 + 69 = 324 (100%)
R 156 of 324 ~ 48.15%
G 99 of 324 ~ 30.56%
B 69 of 324 ~ 21.3%

%48.15
%30.56
%21.3

CMYK color model

#9C6345 color CMYK value is (0,37,56,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 55.77%
  • key color value is 38.82%
CMYK:
(0,37,56,39)
C0M37Y56K39 
(0%,37%,56%,39%)
(0.00/0.37/0.56/0.39)	

CMYK percentages

%0
%36.54
%55.77
%38.82

Codes

Color #9C6345 in popluar color models

9C6345
RGB1569969
HSL21°38.67%44.12%
HSB/HSV21°55.77%61.18%
CMYK0.00%36.54%55.77%
38.82%

Color #9C6345 in popluar number systems.

HEX9C6345
Decimal1569969
Binary1001110011000111000101
Octal234143105

Shades and tints

Shades of #9C6345

#9C6345
(156,99,69)
#8E5A3F
(142,90,63)
#805139
(128,81,57)
#724833
(114,72,51)
#643F2D
(100,63,45)
#563627
(86,54,39)
#482D21
(72,45,33)
#3A241B
(58,36,27)
#2C1B15
(44,27,21)
#1E120F
(30,18,15)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #9C6345

#9C6345
(156,99,69)
#A57155
(165,113,85)
#AE7F65
(174,127,101)
#B78D75
(183,141,117)
#C09B85
(192,155,133)
#C9A995
(201,169,149)
#D2B7A5
(210,183,165)
#DBC5B5
(219,197,181)
#E4D3C5
(228,211,197)
#EDE1D5
(237,225,213)
#F6EFE5
(246,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6345 color. Also use rgb(156,99,69) instead hex code.

Text Font Color

.myTextColor { color: #9C6345; }

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

This text font color is #9C6345.


Background Color

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

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

This div background color is #9C6345.


Border color

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

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

This div border color is #9C6345.


Opacity

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

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

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

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

This text has shadow with #9C6345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6345 on black background.


Color preview on white background

This text has color #9C6345 on white background.



Black color preview on #9C6345 background

This text has black color on #9C6345 background.


White color preview on #9C6345 background

This text has white color on #9C6345 background.