COLOR #9E6615

HEX: #9E6615
RGB: (158,102,21)

Color info

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

RGB color model

#9E6615 color RGB value is (158,102,21).

  • red value is 158;
  • green value is 102;
  • blue value is 21.
RGB:
(158,102,21)
(62%,40%,8%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 21 of 255 = 8%

158
102
21

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

Portions of RGB colors in percentages

R + G + B =
158 + 102 + 21 = 281 (100%)
R 158 of 281 ~ 56.23%
G 102 of 281 ~ 36.3%
B 21 of 281 ~ 7.47%

%56.23
%36.3

CMYK color model

#9E6615 color CMYK value is (0,35,87,38).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 86.71%
  • key color value is 38.04%
CMYK:
(0,35,87,38)
C0M35Y87K38 
(0%,35%,87%,38%)
(0.00/0.35/0.87/0.38)	

CMYK percentages

%0
%35.44
%86.71
%38.04

Codes

Color #9E6615 in popluar color models

9E6615
RGB15810221
HSL35°76.54%35.10%
HSB/HSV35°86.71%61.96%
CMYK0.00%35.44%86.71%
38.04%

Color #9E6615 in popluar number systems.

HEX9E6615
Decimal15810221
Binary10011110110011010101
Octal23614625

Shades and tints

Shades of #9E6615

#9E6615
(158,102,21)
#905D14
(144,93,20)
#825413
(130,84,19)
#744B12
(116,75,18)
#664211
(102,66,17)
#583910
(88,57,16)
#4A300F
(74,48,15)
#3C270E
(60,39,14)
#2E1E0D
(46,30,13)
#20150C
(32,21,12)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #9E6615

#9E6615
(158,102,21)
#A6732A
(166,115,42)
#AE803F
(174,128,63)
#B68D54
(182,141,84)
#BE9A69
(190,154,105)
#C6A77E
(198,167,126)
#CEB493
(206,180,147)
#D6C1A8
(214,193,168)
#DECEBD
(222,206,189)
#E6DBD2
(230,219,210)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6615 color. Also use rgb(158,102,21) instead hex code.

Text Font Color

.myTextColor { color: #9E6615; }

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

This text font color is #9E6615.


Background Color

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

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

This div background color is #9E6615.


Border color

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

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

This div border color is #9E6615.


Opacity

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

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

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

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

This text has shadow with #9E6615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6615 on black background.


Color preview on white background

This text has color #9E6615 on white background.



Black color preview on #9E6615 background

This text has black color on #9E6615 background.


White color preview on #9E6615 background

This text has white color on #9E6615 background.