COLOR #9E6D67

HEX: #9E6D67
RGB: (158,109,103)

Color info

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

RGB color model

#9E6D67 color RGB value is (158,109,103).

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

RGB channels and saturation

R 158 of 255 = 62%
G 109 of 255 = 43%
B 103 of 255 = 40%

158
109
103

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

Portions of RGB colors in percentages

R + G + B =
158 + 109 + 103 = 370 (100%)
R 158 of 370 ~ 42.7%
G 109 of 370 ~ 29.46%
B 103 of 370 ~ 27.84%

%42.7
%29.46
%27.84

CMYK color model

#9E6D67 color CMYK value is (0,31,35,38).

  • cyan value is 0.00%
  • magenta value is 31.01%
  • yellow value is 34.81%
  • key color value is 38.04%
CMYK:
(0,31,35,38)
C0M31Y35K38 
(0%,31%,35%,38%)
(0.00/0.31/0.35/0.38)	

CMYK percentages

%0
%31.01
%34.81
%38.04

Codes

Color #9E6D67 in popluar color models

9E6D67
RGB158109103
HSL22.09%51.18%
HSB/HSV34.81%61.96%
CMYK0.00%31.01%34.81%
38.04%

Color #9E6D67 in popluar number systems.

HEX9E6D67
Decimal158109103
Binary1001111011011011100111
Octal236155147

Shades and tints

Shades of #9E6D67

#9E6D67
(158,109,103)
#90645E
(144,100,94)
#825B55
(130,91,85)
#74524C
(116,82,76)
#664943
(102,73,67)
#58403A
(88,64,58)
#4A3731
(74,55,49)
#3C2E28
(60,46,40)
#2E251F
(46,37,31)
#201C16
(32,28,22)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #9E6D67

#9E6D67
(158,109,103)
#A67A74
(166,122,116)
#AE8781
(174,135,129)
#B6948E
(182,148,142)
#BEA19B
(190,161,155)
#C6AEA8
(198,174,168)
#CEBBB5
(206,187,181)
#D6C8C2
(214,200,194)
#DED5CF
(222,213,207)
#E6E2DC
(230,226,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6D67; }

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

This text font color is #9E6D67.


Background Color

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

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

This div background color is #9E6D67.


Border color

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

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

This div border color is #9E6D67.


Opacity

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

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

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

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

This text has shadow with #9E6D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6D67 on black background.


Color preview on white background

This text has color #9E6D67 on white background.



Black color preview on #9E6D67 background

This text has black color on #9E6D67 background.


White color preview on #9E6D67 background

This text has white color on #9E6D67 background.