COLOR #9D6209

HEX: #9D6209
RGB: (157,98,9)

Color info

#9D6209 contains mainly red and green colors. Web safe color of #9D6209 is #996600 (or #960).

RGB color model

#9D6209 color RGB value is (157,98,9).

  • red value is 157;
  • green value is 98;
  • blue value is 9.
RGB:
(157,98,9)
(62%,38%,4%)

RGB channels and saturation

R 157 of 255 = 62%
G 98 of 255 = 38%
B 9 of 255 = 4%

157
98
9

R + G + B ~ 35%. #9D6209 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 98 + 9 = 264 (100%)
R 157 of 264 ~ 59.47%
G 98 of 264 ~ 37.12%
B 9 of 264 ~ 3.41%

%59.47
%37.12

CMYK color model

#9D6209 color CMYK value is (0,38,94,38).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 94.27%
  • key color value is 38.43%
CMYK:
(0,38,94,38)
C0M38Y94K38 
(0%,38%,94%,38%)
(0.00/0.38/0.94/0.38)	

CMYK percentages

%0
%37.58
%94.27
%38.43

Codes

Color #9D6209 in popluar color models

9D6209
RGB157989
HSL36°89.16%32.55%
HSB/HSV36°94.27%61.57%
CMYK0.00%37.58%94.27%
38.43%

Color #9D6209 in popluar number systems.

HEX9D6209
Decimal157989
Binary1001110111000101001
Octal23514211

Shades and tints

Shades of #9D6209

#9D6209
(157,98,9)
#8F5A09
(143,90,9)
#815209
(129,82,9)
#734A09
(115,74,9)
#654209
(101,66,9)
#573A09
(87,58,9)
#493209
(73,50,9)
#3B2A09
(59,42,9)
#2D2209
(45,34,9)
#1F1A09
(31,26,9)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #9D6209

#9D6209
(157,98,9)
#A5701F
(165,112,31)
#AD7E35
(173,126,53)
#B58C4B
(181,140,75)
#BD9A61
(189,154,97)
#C5A877
(197,168,119)
#CDB68D
(205,182,141)
#D5C4A3
(213,196,163)
#DDD2B9
(221,210,185)
#E5E0CF
(229,224,207)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6209 color. Also use rgb(157,98,9) instead hex code.

Text Font Color

.myTextColor { color: #9D6209; }

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

This text font color is #9D6209.


Background Color

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

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

This div background color is #9D6209.


Border color

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

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

This div border color is #9D6209.


Opacity

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

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

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

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

This text has shadow with #9D6209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6209 on black background.


Color preview on white background

This text has color #9D6209 on white background.



Black color preview on #9D6209 background

This text has black color on #9D6209 background.


White color preview on #9D6209 background

This text has white color on #9D6209 background.