COLOR #9F6909

HEX: #9F6909
RGB: (159,105,9)

Color info

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

RGB color model

#9F6909 color RGB value is (159,105,9).

  • red value is 159;
  • green value is 105;
  • blue value is 9.
RGB:
(159,105,9)
(62%,41%,4%)

RGB channels and saturation

R 159 of 255 = 62%
G 105 of 255 = 41%
B 9 of 255 = 4%

159
105
9

R + G + B ~ 36%. #9F6909 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 105 + 9 = 273 (100%)
R 159 of 273 ~ 58.24%
G 105 of 273 ~ 38.46%
B 9 of 273 ~ 3.3%

%58.24
%38.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 94.34%
  • key color value is 37.65%
CMYK:
(0,34,94,38)
C0M34Y94K38 
(0%,34%,94%,38%)
(0.00/0.34/0.94/0.38)	

CMYK percentages

%0
%33.96
%94.34
%37.65

Codes

Color #9F6909 in popluar color models

9F6909
RGB1591059
HSL38°89.29%32.94%
HSB/HSV38°94.34%62.35%
CMYK0.00%33.96%94.34%
37.65%

Color #9F6909 in popluar number systems.

HEX9F6909
Decimal1591059
Binary1001111111010011001
Octal23715111

Shades and tints

Shades of #9F6909

#9F6909
(159,105,9)
#916009
(145,96,9)
#835709
(131,87,9)
#754E09
(117,78,9)
#674509
(103,69,9)
#593C09
(89,60,9)
#4B3309
(75,51,9)
#3D2A09
(61,42,9)
#2F2109
(47,33,9)
#211809
(33,24,9)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #9F6909

#9F6909
(159,105,9)
#A7761F
(167,118,31)
#AF8335
(175,131,53)
#B7904B
(183,144,75)
#BF9D61
(191,157,97)
#C7AA77
(199,170,119)
#CFB78D
(207,183,141)
#D7C4A3
(215,196,163)
#DFD1B9
(223,209,185)
#E7DECF
(231,222,207)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6909; }

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

This text font color is #9F6909.


Background Color

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

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

This div background color is #9F6909.


Border color

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

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

This div border color is #9F6909.


Opacity

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

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

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

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

This text has shadow with #9F6909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6909 on black background.


Color preview on white background

This text has color #9F6909 on white background.



Black color preview on #9F6909 background

This text has black color on #9F6909 background.


White color preview on #9F6909 background

This text has white color on #9F6909 background.