COLOR #9E6100

HEX: #9E6100
RGB: (158,97,0)

Color info

#9E6100 contains mainly red color. Web safe color of #9E6100 is #996600 (or #960).

RGB color model

#9E6100 color RGB value is (158,97,0).

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

RGB channels and saturation

R 158 of 255 = 62%
G 97 of 255 = 38%
B 0 of 255 = 0%

158
97
0

R + G + B ~ 33%. #9E6100 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 97 + 0 = 255 (100%)
R 158 of 255 ~ 61.96%
G 97 of 255 ~ 38.04%
B 0 of 255 ~ 0%

%61.96
%38.04

CMYK color model

#9E6100 color CMYK value is (0,39,100,38).

  • cyan value is 0.00%
  • magenta value is 38.61%
  • yellow value is 100.00%
  • key color value is 38.04%
CMYK:
(0,39,100,38)
C0M39Y100K38 
(0%,39%,100%,38%)
(0.00/0.39/1.00/0.38)	

CMYK percentages

%0
%38.61
%100
%38.04

Codes

Color #9E6100 in popluar color models

9E6100
RGB158970
HSL37°100.00%30.98%
HSB/HSV37°100.00%61.96%
CMYK0.00%38.61%100.00%
38.04%

Color #9E6100 in popluar number systems.

HEX9E6100
Decimal158970
Binary1001111011000010
Octal2361410

Shades and tints

Shades of #9E6100

#9E6100
(158,97,0)
#905900
(144,89,0)
#825100
(130,81,0)
#744900
(116,73,0)
#664100
(102,65,0)
#583900
(88,57,0)
#4A3100
(74,49,0)
#3C2900
(60,41,0)
#2E2100
(46,33,0)
#201900
(32,25,0)
#121100
(18,17,0)
#000000
(0,0,0)

Tints of #9E6100

#9E6100
(158,97,0)
#A66F17
(166,111,23)
#AE7D2E
(174,125,46)
#B68B45
(182,139,69)
#BE995C
(190,153,92)
#C6A773
(198,167,115)
#CEB58A
(206,181,138)
#D6C3A1
(214,195,161)
#DED1B8
(222,209,184)
#E6DFCF
(230,223,207)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6100; }

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

This text font color is #9E6100.


Background Color

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

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

This div background color is #9E6100.


Border color

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

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

This div border color is #9E6100.


Opacity

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

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

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

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

This text has shadow with #9E6100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6100 on black background.


Color preview on white background

This text has color #9E6100 on white background.



Black color preview on #9E6100 background

This text has black color on #9E6100 background.


White color preview on #9E6100 background

This text has white color on #9E6100 background.