COLOR #9E6842

HEX: #9E6842
RGB: (158,104,66)

Color info

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

RGB color model

#9E6842 color RGB value is (158,104,66).

  • red value is 158;
  • green value is 104;
  • blue value is 66.
RGB:
(158,104,66)
(62%,41%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 104 of 255 = 41%
B 66 of 255 = 26%

158
104
66

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

Portions of RGB colors in percentages

R + G + B =
158 + 104 + 66 = 328 (100%)
R 158 of 328 ~ 48.17%
G 104 of 328 ~ 31.71%
B 66 of 328 ~ 20.12%

%48.17
%31.71
%20.12

CMYK color model

#9E6842 color CMYK value is (0,34,58,38).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 58.23%
  • key color value is 38.04%
CMYK:
(0,34,58,38)
C0M34Y58K38 
(0%,34%,58%,38%)
(0.00/0.34/0.58/0.38)	

CMYK percentages

%0
%34.18
%58.23
%38.04

Codes

Color #9E6842 in popluar color models

9E6842
RGB15810466
HSL25°41.07%43.92%
HSB/HSV25°58.23%61.96%
CMYK0.00%34.18%58.23%
38.04%

Color #9E6842 in popluar number systems.

HEX9E6842
Decimal15810466
Binary1001111011010001000010
Octal236150102

Shades and tints

Shades of #9E6842

#9E6842
(158,104,66)
#905F3C
(144,95,60)
#825636
(130,86,54)
#744D30
(116,77,48)
#66442A
(102,68,42)
#583B24
(88,59,36)
#4A321E
(74,50,30)
#3C2918
(60,41,24)
#2E2012
(46,32,18)
#20170C
(32,23,12)
#120E06
(18,14,6)
#000000
(0,0,0)

Tints of #9E6842

#9E6842
(158,104,66)
#A67553
(166,117,83)
#AE8264
(174,130,100)
#B68F75
(182,143,117)
#BE9C86
(190,156,134)
#C6A997
(198,169,151)
#CEB6A8
(206,182,168)
#D6C3B9
(214,195,185)
#DED0CA
(222,208,202)
#E6DDDB
(230,221,219)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6842 color. Also use rgb(158,104,66) instead hex code.

Text Font Color

.myTextColor { color: #9E6842; }

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

This text font color is #9E6842.


Background Color

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

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

This div background color is #9E6842.


Border color

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

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

This div border color is #9E6842.


Opacity

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

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

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

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

This text has shadow with #9E6842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6842 on black background.


Color preview on white background

This text has color #9E6842 on white background.



Black color preview on #9E6842 background

This text has black color on #9E6842 background.


White color preview on #9E6842 background

This text has white color on #9E6842 background.