COLOR #9E6A6C

HEX: #9E6A6C
RGB: (158,106,108)

Color info

#9E6A6C contains red, green and blue colors in about the same proportion. Web safe color of #9E6A6C is #996666 (or #966).

RGB color model

#9E6A6C color RGB value is (158,106,108).

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

RGB channels and saturation

R 158 of 255 = 62%
G 106 of 255 = 42%
B 108 of 255 = 42%

158
106
108

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

Portions of RGB colors in percentages

R + G + B =
158 + 106 + 108 = 372 (100%)
R 158 of 372 ~ 42.47%
G 106 of 372 ~ 28.49%
B 108 of 372 ~ 29.03%

%42.47
%28.49
%29.03

CMYK color model

#9E6A6C color CMYK value is (0,33,32,38).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 31.65%
  • key color value is 38.04%
CMYK:
(0,33,32,38)
C0M33Y32K38 
(0%,33%,32%,38%)
(0.00/0.33/0.32/0.38)	

CMYK percentages

%0
%32.91
%31.65
%38.04

Codes

Color #9E6A6C in popluar color models

9E6A6C
RGB158106108
HSL358°21.14%51.76%
HSB/HSV358°32.91%61.96%
CMYK0.00%32.91%31.65%
38.04%

Color #9E6A6C in popluar number systems.

HEX9E6A6C
Decimal158106108
Binary1001111011010101101100
Octal236152154

Shades and tints

Shades of #9E6A6C

#9E6A6C
(158,106,108)
#906163
(144,97,99)
#82585A
(130,88,90)
#744F51
(116,79,81)
#664648
(102,70,72)
#583D3F
(88,61,63)
#4A3436
(74,52,54)
#3C2B2D
(60,43,45)
#2E2224
(46,34,36)
#20191B
(32,25,27)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9E6A6C

#9E6A6C
(158,106,108)
#A67779
(166,119,121)
#AE8486
(174,132,134)
#B69193
(182,145,147)
#BE9EA0
(190,158,160)
#C6ABAD
(198,171,173)
#CEB8BA
(206,184,186)
#D6C5C7
(214,197,199)
#DED2D4
(222,210,212)
#E6DFE1
(230,223,225)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6A6C; }

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

This text font color is #9E6A6C.


Background Color

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

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

This div background color is #9E6A6C.


Border color

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

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

This div border color is #9E6A6C.


Opacity

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

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

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

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

This text has shadow with #9E6A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6A6C on black background.


Color preview on white background

This text has color #9E6A6C on white background.



Black color preview on #9E6A6C background

This text has black color on #9E6A6C background.


White color preview on #9E6A6C background

This text has white color on #9E6A6C background.