COLOR #9E6A2E

HEX: #9E6A2E
RGB: (158,106,46)

Color info

#9E6A2E contains mainly red and green colors. Web safe color of #9E6A2E is #996633 (or #963).

RGB color model

#9E6A2E color RGB value is (158,106,46).

  • red value is 158;
  • green value is 106;
  • blue value is 46.
RGB:
(158,106,46)
(62%,42%,18%)

RGB channels and saturation

R 158 of 255 = 62%
G 106 of 255 = 42%
B 46 of 255 = 18%

158
106
46

R + G + B ~ 41%. #9E6A2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 106 + 46 = 310 (100%)
R 158 of 310 ~ 50.97%
G 106 of 310 ~ 34.19%
B 46 of 310 ~ 14.84%

%50.97
%34.19
%14.84

CMYK color model

#9E6A2E color CMYK value is (0,33,71,38).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 70.89%
  • key color value is 38.04%
CMYK:
(0,33,71,38)
C0M33Y71K38 
(0%,33%,71%,38%)
(0.00/0.33/0.71/0.38)	

CMYK percentages

%0
%32.91
%70.89
%38.04

Codes

Color #9E6A2E in popluar color models

9E6A2E
RGB15810646
HSL32°54.90%40.00%
HSB/HSV32°70.89%61.96%
CMYK0.00%32.91%70.89%
38.04%

Color #9E6A2E in popluar number systems.

HEX9E6A2E
Decimal15810646
Binary100111101101010101110
Octal23615256

Shades and tints

Shades of #9E6A2E

#9E6A2E
(158,106,46)
#90612A
(144,97,42)
#825826
(130,88,38)
#744F22
(116,79,34)
#66461E
(102,70,30)
#583D1A
(88,61,26)
#4A3416
(74,52,22)
#3C2B12
(60,43,18)
#2E220E
(46,34,14)
#20190A
(32,25,10)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #9E6A2E

#9E6A2E
(158,106,46)
#A67741
(166,119,65)
#AE8454
(174,132,84)
#B69167
(182,145,103)
#BE9E7A
(190,158,122)
#C6AB8D
(198,171,141)
#CEB8A0
(206,184,160)
#D6C5B3
(214,197,179)
#DED2C6
(222,210,198)
#E6DFD9
(230,223,217)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6A2E color. Also use rgb(158,106,46) instead hex code.

Text Font Color

.myTextColor { color: #9E6A2E; }

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

This text font color is #9E6A2E.


Background Color

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

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

This div background color is #9E6A2E.


Border color

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

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

This div border color is #9E6A2E.


Opacity

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

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

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

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

This text has shadow with #9E6A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6A2E on black background.


Color preview on white background

This text has color #9E6A2E on white background.



Black color preview on #9E6A2E background

This text has black color on #9E6A2E background.


White color preview on #9E6A2E background

This text has white color on #9E6A2E background.