COLOR #9E6F00

HEX: #9E6F00
RGB: (158,111,0)

Color info

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

RGB color model

#9E6F00 color RGB value is (158,111,0).

  • red value is 158;
  • green value is 111;
  • blue value is 0.
RGB:
(158,111,0)
(62%,44%,0%)

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 0 of 255 = 0%

158
111
0

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

Portions of RGB colors in percentages

R + G + B =
158 + 111 + 0 = 269 (100%)
R 158 of 269 ~ 58.74%
G 111 of 269 ~ 41.26%
B 0 of 269 ~ 0%

%58.74
%41.26

CMYK color model

#9E6F00 color CMYK value is (0,30,100,38).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 100.00%
  • key color value is 38.04%
CMYK:
(0,30,100,38)
C0M30Y100K38 
(0%,30%,100%,38%)
(0.00/0.30/1.00/0.38)	

CMYK percentages

%0
%29.75
%100
%38.04

Codes

Color #9E6F00 in popluar color models

9E6F00
RGB1581110
HSL42°100.00%30.98%
HSB/HSV42°100.00%61.96%
CMYK0.00%29.75%100.00%
38.04%

Color #9E6F00 in popluar number systems.

HEX9E6F00
Decimal1581110
Binary1001111011011110
Octal2361570

Shades and tints

Shades of #9E6F00

#9E6F00
(158,111,0)
#906500
(144,101,0)
#825B00
(130,91,0)
#745100
(116,81,0)
#664700
(102,71,0)
#583D00
(88,61,0)
#4A3300
(74,51,0)
#3C2900
(60,41,0)
#2E1F00
(46,31,0)
#201500
(32,21,0)
#120B00
(18,11,0)
#000000
(0,0,0)

Tints of #9E6F00

#9E6F00
(158,111,0)
#A67C17
(166,124,23)
#AE892E
(174,137,46)
#B69645
(182,150,69)
#BEA35C
(190,163,92)
#C6B073
(198,176,115)
#CEBD8A
(206,189,138)
#D6CAA1
(214,202,161)
#DED7B8
(222,215,184)
#E6E4CF
(230,228,207)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6F00 color. Also use rgb(158,111,0) instead hex code.

Text Font Color

.myTextColor { color: #9E6F00; }

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

This text font color is #9E6F00.


Background Color

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

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

This div background color is #9E6F00.


Border color

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

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

This div border color is #9E6F00.


Opacity

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

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

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

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

This text has shadow with #9E6F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6F00 on black background.


Color preview on white background

This text has color #9E6F00 on white background.



Black color preview on #9E6F00 background

This text has black color on #9E6F00 background.


White color preview on #9E6F00 background

This text has white color on #9E6F00 background.