COLOR #9E6F65

HEX: #9E6F65
RGB: (158,111,101)

Color info

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

RGB color model

#9E6F65 color RGB value is (158,111,101).

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

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 101 of 255 = 40%

158
111
101

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

Portions of RGB colors in percentages

R + G + B =
158 + 111 + 101 = 370 (100%)
R 158 of 370 ~ 42.7%
G 111 of 370 ~ 30%
B 101 of 370 ~ 27.3%

%42.7
%30
%27.3

CMYK color model

#9E6F65 color CMYK value is (0,30,36,38).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(0,30,36,38)
C0M30Y36K38 
(0%,30%,36%,38%)
(0.00/0.30/0.36/0.38)	

CMYK percentages

%0
%29.75
%36.08
%38.04

Codes

Color #9E6F65 in popluar color models

9E6F65
RGB158111101
HSL11°22.71%50.78%
HSB/HSV11°36.08%61.96%
CMYK0.00%29.75%36.08%
38.04%

Color #9E6F65 in popluar number systems.

HEX9E6F65
Decimal158111101
Binary1001111011011111100101
Octal236157145

Shades and tints

Shades of #9E6F65

#9E6F65
(158,111,101)
#90655C
(144,101,92)
#825B53
(130,91,83)
#74514A
(116,81,74)
#664741
(102,71,65)
#583D38
(88,61,56)
#4A332F
(74,51,47)
#3C2926
(60,41,38)
#2E1F1D
(46,31,29)
#201514
(32,21,20)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #9E6F65

#9E6F65
(158,111,101)
#A67C73
(166,124,115)
#AE8981
(174,137,129)
#B6968F
(182,150,143)
#BEA39D
(190,163,157)
#C6B0AB
(198,176,171)
#CEBDB9
(206,189,185)
#D6CAC7
(214,202,199)
#DED7D5
(222,215,213)
#E6E4E3
(230,228,227)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6F65; }

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

This text font color is #9E6F65.


Background Color

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

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

This div background color is #9E6F65.


Border color

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

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

This div border color is #9E6F65.


Opacity

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

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

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

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

This text has shadow with #9E6F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6F65 on black background.


Color preview on white background

This text has color #9E6F65 on white background.



Black color preview on #9E6F65 background

This text has black color on #9E6F65 background.


White color preview on #9E6F65 background

This text has white color on #9E6F65 background.