COLOR #9E6D5A

HEX: #9E6D5A
RGB: (158,109,90)

Color info

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

RGB color model

#9E6D5A color RGB value is (158,109,90).

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

RGB channels and saturation

R 158 of 255 = 62%
G 109 of 255 = 43%
B 90 of 255 = 35%

158
109
90

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

Portions of RGB colors in percentages

R + G + B =
158 + 109 + 90 = 357 (100%)
R 158 of 357 ~ 44.26%
G 109 of 357 ~ 30.53%
B 90 of 357 ~ 25.21%

%44.26
%30.53
%25.21

CMYK color model

#9E6D5A color CMYK value is (0,31,43,38).

  • cyan value is 0.00%
  • magenta value is 31.01%
  • yellow value is 43.04%
  • key color value is 38.04%
CMYK:
(0,31,43,38)
C0M31Y43K38 
(0%,31%,43%,38%)
(0.00/0.31/0.43/0.38)	

CMYK percentages

%0
%31.01
%43.04
%38.04

Codes

Color #9E6D5A in popluar color models

9E6D5A
RGB15810990
HSL17°27.42%48.63%
HSB/HSV17°43.04%61.96%
CMYK0.00%31.01%43.04%
38.04%

Color #9E6D5A in popluar number systems.

HEX9E6D5A
Decimal15810990
Binary1001111011011011011010
Octal236155132

Shades and tints

Shades of #9E6D5A

#9E6D5A
(158,109,90)
#906452
(144,100,82)
#825B4A
(130,91,74)
#745242
(116,82,66)
#66493A
(102,73,58)
#584032
(88,64,50)
#4A372A
(74,55,42)
#3C2E22
(60,46,34)
#2E251A
(46,37,26)
#201C12
(32,28,18)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #9E6D5A

#9E6D5A
(158,109,90)
#A67A69
(166,122,105)
#AE8778
(174,135,120)
#B69487
(182,148,135)
#BEA196
(190,161,150)
#C6AEA5
(198,174,165)
#CEBBB4
(206,187,180)
#D6C8C3
(214,200,195)
#DED5D2
(222,213,210)
#E6E2E1
(230,226,225)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6D5A; }

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

This text font color is #9E6D5A.


Background Color

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

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

This div background color is #9E6D5A.


Border color

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

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

This div border color is #9E6D5A.


Opacity

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

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

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

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

This text has shadow with #9E6D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6D5A on black background.


Color preview on white background

This text has color #9E6D5A on white background.



Black color preview on #9E6D5A background

This text has black color on #9E6D5A background.


White color preview on #9E6D5A background

This text has white color on #9E6D5A background.