COLOR #9E6F5A

HEX: #9E6F5A
RGB: (158,111,90)

Color info

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

RGB color model

#9E6F5A color RGB value is (158,111,90).

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

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 90 of 255 = 35%

158
111
90

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

Portions of RGB colors in percentages

R + G + B =
158 + 111 + 90 = 359 (100%)
R 158 of 359 ~ 44.01%
G 111 of 359 ~ 30.92%
B 90 of 359 ~ 25.07%

%44.01
%30.92
%25.07

CMYK color model

#9E6F5A color CMYK value is (0,30,43,38).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 43.04%
  • key color value is 38.04%
CMYK:
(0,30,43,38)
C0M30Y43K38 
(0%,30%,43%,38%)
(0.00/0.30/0.43/0.38)	

CMYK percentages

%0
%29.75
%43.04
%38.04

Codes

Color #9E6F5A in popluar color models

9E6F5A
RGB15811190
HSL19°27.42%48.63%
HSB/HSV19°43.04%61.96%
CMYK0.00%29.75%43.04%
38.04%

Color #9E6F5A in popluar number systems.

HEX9E6F5A
Decimal15811190
Binary1001111011011111011010
Octal236157132

Shades and tints

Shades of #9E6F5A

#9E6F5A
(158,111,90)
#906552
(144,101,82)
#825B4A
(130,91,74)
#745142
(116,81,66)
#66473A
(102,71,58)
#583D32
(88,61,50)
#4A332A
(74,51,42)
#3C2922
(60,41,34)
#2E1F1A
(46,31,26)
#201512
(32,21,18)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #9E6F5A

#9E6F5A
(158,111,90)
#A67C69
(166,124,105)
#AE8978
(174,137,120)
#B69687
(182,150,135)
#BEA396
(190,163,150)
#C6B0A5
(198,176,165)
#CEBDB4
(206,189,180)
#D6CAC3
(214,202,195)
#DED7D2
(222,215,210)
#E6E4E1
(230,228,225)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6F5A; }

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

This text font color is #9E6F5A.


Background Color

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

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

This div background color is #9E6F5A.


Border color

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

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

This div border color is #9E6F5A.


Opacity

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

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

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

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

This text has shadow with #9E6F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6F5A on black background.


Color preview on white background

This text has color #9E6F5A on white background.



Black color preview on #9E6F5A background

This text has black color on #9E6F5A background.


White color preview on #9E6F5A background

This text has white color on #9E6F5A background.