COLOR #9E6A5A

HEX: #9E6A5A
RGB: (158,106,90)

Color info

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

RGB color model

#9E6A5A color RGB value is (158,106,90).

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

RGB channels and saturation

R 158 of 255 = 62%
G 106 of 255 = 42%
B 90 of 255 = 35%

158
106
90

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

Portions of RGB colors in percentages

R + G + B =
158 + 106 + 90 = 354 (100%)
R 158 of 354 ~ 44.63%
G 106 of 354 ~ 29.94%
B 90 of 354 ~ 25.42%

%44.63
%29.94
%25.42

CMYK color model

#9E6A5A color CMYK value is (0,33,43,38).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 43.04%
  • key color value is 38.04%
CMYK:
(0,33,43,38)
C0M33Y43K38 
(0%,33%,43%,38%)
(0.00/0.33/0.43/0.38)	

CMYK percentages

%0
%32.91
%43.04
%38.04

Codes

Color #9E6A5A in popluar color models

9E6A5A
RGB15810690
HSL14°27.42%48.63%
HSB/HSV14°43.04%61.96%
CMYK0.00%32.91%43.04%
38.04%

Color #9E6A5A in popluar number systems.

HEX9E6A5A
Decimal15810690
Binary1001111011010101011010
Octal236152132

Shades and tints

Shades of #9E6A5A

#9E6A5A
(158,106,90)
#906152
(144,97,82)
#82584A
(130,88,74)
#744F42
(116,79,66)
#66463A
(102,70,58)
#583D32
(88,61,50)
#4A342A
(74,52,42)
#3C2B22
(60,43,34)
#2E221A
(46,34,26)
#201912
(32,25,18)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #9E6A5A

#9E6A5A
(158,106,90)
#A67769
(166,119,105)
#AE8478
(174,132,120)
#B69187
(182,145,135)
#BE9E96
(190,158,150)
#C6ABA5
(198,171,165)
#CEB8B4
(206,184,180)
#D6C5C3
(214,197,195)
#DED2D2
(222,210,210)
#E6DFE1
(230,223,225)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6A5A; }

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

This text font color is #9E6A5A.


Background Color

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

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

This div background color is #9E6A5A.


Border color

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

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

This div border color is #9E6A5A.


Opacity

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

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

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

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

This text has shadow with #9E6A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6A5A on black background.


Color preview on white background

This text has color #9E6A5A on white background.



Black color preview on #9E6A5A background

This text has black color on #9E6A5A background.


White color preview on #9E6A5A background

This text has white color on #9E6A5A background.