COLOR #9E685E

HEX: #9E685E
RGB: (158,104,94)

Color info

#9E685E contains mainly red and green colors. Web safe color of #9E685E is #996666 (or #966).

RGB color model

#9E685E color RGB value is (158,104,94).

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

RGB channels and saturation

R 158 of 255 = 62%
G 104 of 255 = 41%
B 94 of 255 = 37%

158
104
94

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

Portions of RGB colors in percentages

R + G + B =
158 + 104 + 94 = 356 (100%)
R 158 of 356 ~ 44.38%
G 104 of 356 ~ 29.21%
B 94 of 356 ~ 26.4%

%44.38
%29.21
%26.4

CMYK color model

#9E685E color CMYK value is (0,34,41,38).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 40.51%
  • key color value is 38.04%
CMYK:
(0,34,41,38)
C0M34Y41K38 
(0%,34%,41%,38%)
(0.00/0.34/0.41/0.38)	

CMYK percentages

%0
%34.18
%40.51
%38.04

Codes

Color #9E685E in popluar color models

9E685E
RGB15810494
HSL25.40%49.41%
HSB/HSV40.51%61.96%
CMYK0.00%34.18%40.51%
38.04%

Color #9E685E in popluar number systems.

HEX9E685E
Decimal15810494
Binary1001111011010001011110
Octal236150136

Shades and tints

Shades of #9E685E

#9E685E
(158,104,94)
#905F56
(144,95,86)
#82564E
(130,86,78)
#744D46
(116,77,70)
#66443E
(102,68,62)
#583B36
(88,59,54)
#4A322E
(74,50,46)
#3C2926
(60,41,38)
#2E201E
(46,32,30)
#201716
(32,23,22)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #9E685E

#9E685E
(158,104,94)
#A6756C
(166,117,108)
#AE827A
(174,130,122)
#B68F88
(182,143,136)
#BE9C96
(190,156,150)
#C6A9A4
(198,169,164)
#CEB6B2
(206,182,178)
#D6C3C0
(214,195,192)
#DED0CE
(222,208,206)
#E6DDDC
(230,221,220)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E685E; }

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

This text font color is #9E685E.


Background Color

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

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

This div background color is #9E685E.


Border color

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

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

This div border color is #9E685E.


Opacity

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

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

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

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

This text has shadow with #9E685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E685E on black background.


Color preview on white background

This text has color #9E685E on white background.



Black color preview on #9E685E background

This text has black color on #9E685E background.


White color preview on #9E685E background

This text has white color on #9E685E background.