COLOR #9F6D0D

HEX: #9F6D0D
RGB: (159,109,13)

Color info

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

RGB color model

#9F6D0D color RGB value is (159,109,13).

  • red value is 159;
  • green value is 109;
  • blue value is 13.
RGB:
(159,109,13)
(62%,43%,5%)

RGB channels and saturation

R 159 of 255 = 62%
G 109 of 255 = 43%
B 13 of 255 = 5%

159
109
13

R + G + B ~ 37%. #9F6D0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 109 + 13 = 281 (100%)
R 159 of 281 ~ 56.58%
G 109 of 281 ~ 38.79%
B 13 of 281 ~ 4.63%

%56.58
%38.79

CMYK color model

#9F6D0D color CMYK value is (0,31,92,38).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 91.82%
  • key color value is 37.65%
CMYK:
(0,31,92,38)
C0M31Y92K38 
(0%,31%,92%,38%)
(0.00/0.31/0.92/0.38)	

CMYK percentages

%0
%31.45
%91.82
%37.65

Codes

Color #9F6D0D in popluar color models

9F6D0D
RGB15910913
HSL39°84.88%33.73%
HSB/HSV39°91.82%62.35%
CMYK0.00%31.45%91.82%
37.65%

Color #9F6D0D in popluar number systems.

HEX9F6D0D
Decimal15910913
Binary1001111111011011101
Octal23715515

Shades and tints

Shades of #9F6D0D

#9F6D0D
(159,109,13)
#91640C
(145,100,12)
#835B0B
(131,91,11)
#75520A
(117,82,10)
#674909
(103,73,9)
#594008
(89,64,8)
#4B3707
(75,55,7)
#3D2E06
(61,46,6)
#2F2505
(47,37,5)
#211C04
(33,28,4)
#131303
(19,19,3)
#000000
(0,0,0)

Tints of #9F6D0D

#9F6D0D
(159,109,13)
#A77A23
(167,122,35)
#AF8739
(175,135,57)
#B7944F
(183,148,79)
#BFA165
(191,161,101)
#C7AE7B
(199,174,123)
#CFBB91
(207,187,145)
#D7C8A7
(215,200,167)
#DFD5BD
(223,213,189)
#E7E2D3
(231,226,211)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6D0D; }

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

This text font color is #9F6D0D.


Background Color

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

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

This div background color is #9F6D0D.


Border color

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

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

This div border color is #9F6D0D.


Opacity

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

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

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

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

This text has shadow with #9F6D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6D0D on black background.


Color preview on white background

This text has color #9F6D0D on white background.



Black color preview on #9F6D0D background

This text has black color on #9F6D0D background.


White color preview on #9F6D0D background

This text has white color on #9F6D0D background.