COLOR #9E6D19

HEX: #9E6D19
RGB: (158,109,25)

Color info

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

RGB color model

#9E6D19 color RGB value is (158,109,25).

  • red value is 158;
  • green value is 109;
  • blue value is 25.
RGB:
(158,109,25)
(62%,43%,10%)

RGB channels and saturation

R 158 of 255 = 62%
G 109 of 255 = 43%
B 25 of 255 = 10%

158
109
25

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

Portions of RGB colors in percentages

R + G + B =
158 + 109 + 25 = 292 (100%)
R 158 of 292 ~ 54.11%
G 109 of 292 ~ 37.33%
B 25 of 292 ~ 8.56%

%54.11
%37.33

CMYK color model

#9E6D19 color CMYK value is (0,31,84,38).

  • cyan value is 0.00%
  • magenta value is 31.01%
  • yellow value is 84.18%
  • key color value is 38.04%
CMYK:
(0,31,84,38)
C0M31Y84K38 
(0%,31%,84%,38%)
(0.00/0.31/0.84/0.38)	

CMYK percentages

%0
%31.01
%84.18
%38.04

Codes

Color #9E6D19 in popluar color models

9E6D19
RGB15810925
HSL38°72.68%35.88%
HSB/HSV38°84.18%61.96%
CMYK0.00%31.01%84.18%
38.04%

Color #9E6D19 in popluar number systems.

HEX9E6D19
Decimal15810925
Binary10011110110110111001
Octal23615531

Shades and tints

Shades of #9E6D19

#9E6D19
(158,109,25)
#906417
(144,100,23)
#825B15
(130,91,21)
#745213
(116,82,19)
#664911
(102,73,17)
#58400F
(88,64,15)
#4A370D
(74,55,13)
#3C2E0B
(60,46,11)
#2E2509
(46,37,9)
#201C07
(32,28,7)
#121305
(18,19,5)
#000000
(0,0,0)

Tints of #9E6D19

#9E6D19
(158,109,25)
#A67A2D
(166,122,45)
#AE8741
(174,135,65)
#B69455
(182,148,85)
#BEA169
(190,161,105)
#C6AE7D
(198,174,125)
#CEBB91
(206,187,145)
#D6C8A5
(214,200,165)
#DED5B9
(222,213,185)
#E6E2CD
(230,226,205)
#EEEFE1
(238,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6D19 color. Also use rgb(158,109,25) instead hex code.

Text Font Color

.myTextColor { color: #9E6D19; }

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

This text font color is #9E6D19.


Background Color

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

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

This div background color is #9E6D19.


Border color

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

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

This div border color is #9E6D19.


Opacity

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

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

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

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

This text has shadow with #9E6D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6D19 on black background.


Color preview on white background

This text has color #9E6D19 on white background.



Black color preview on #9E6D19 background

This text has black color on #9E6D19 background.


White color preview on #9E6D19 background

This text has white color on #9E6D19 background.