COLOR #9F6F15

HEX: #9F6F15
RGB: (159,111,21)

Color info

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

RGB color model

#9F6F15 color RGB value is (159,111,21).

  • red value is 159;
  • green value is 111;
  • blue value is 21.
RGB:
(159,111,21)
(62%,44%,8%)

RGB channels and saturation

R 159 of 255 = 62%
G 111 of 255 = 44%
B 21 of 255 = 8%

159
111
21

R + G + B ~ 38%. #9F6F15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 111 + 21 = 291 (100%)
R 159 of 291 ~ 54.64%
G 111 of 291 ~ 38.14%
B 21 of 291 ~ 7.22%

%54.64
%38.14

CMYK color model

#9F6F15 color CMYK value is (0,30,87,38).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 86.79%
  • key color value is 37.65%
CMYK:
(0,30,87,38)
C0M30Y87K38 
(0%,30%,87%,38%)
(0.00/0.30/0.87/0.38)	

CMYK percentages

%0
%30.19
%86.79
%37.65

Codes

Color #9F6F15 in popluar color models

9F6F15
RGB15911121
HSL39°76.67%35.29%
HSB/HSV39°86.79%62.35%
CMYK0.00%30.19%86.79%
37.65%

Color #9F6F15 in popluar number systems.

HEX9F6F15
Decimal15911121
Binary10011111110111110101
Octal23715725

Shades and tints

Shades of #9F6F15

#9F6F15
(159,111,21)
#916514
(145,101,20)
#835B13
(131,91,19)
#755112
(117,81,18)
#674711
(103,71,17)
#593D10
(89,61,16)
#4B330F
(75,51,15)
#3D290E
(61,41,14)
#2F1F0D
(47,31,13)
#21150C
(33,21,12)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #9F6F15

#9F6F15
(159,111,21)
#A77C2A
(167,124,42)
#AF893F
(175,137,63)
#B79654
(183,150,84)
#BFA369
(191,163,105)
#C7B07E
(199,176,126)
#CFBD93
(207,189,147)
#D7CAA8
(215,202,168)
#DFD7BD
(223,215,189)
#E7E4D2
(231,228,210)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6F15; }

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

This text font color is #9F6F15.


Background Color

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

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

This div background color is #9F6F15.


Border color

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

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

This div border color is #9F6F15.


Opacity

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

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

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

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

This text has shadow with #9F6F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6F15 on black background.


Color preview on white background

This text has color #9F6F15 on white background.



Black color preview on #9F6F15 background

This text has black color on #9F6F15 background.


White color preview on #9F6F15 background

This text has white color on #9F6F15 background.