COLOR #9E7E6D

HEX: #9E7E6D RGB: (158,126,109)

Color info

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

RGB color model

#9E7E6D color RGB value is (158,126,109).

RGB: (158,126,109) (62%, 49%, 43%)

RGB channels and saturation

R 158 of 255 = 62%
G 126 of 255 = 49%
B 109 of 255 = 43%

158
126
109

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

Portions of RGB colors in percentages

R + G + B = 158 + 126 + 109 = 393 (100%)
R 158 of 393 ~ 40.2%
G 126 of 393 ~ 32.06%
B 109 of 393 ~ 27.74'%

%40.2
%32.06
%27.74

CMYK color model

#9E7E6D color CMYK value is (0,20,31,38).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 31.01%
  • key color value is 38.04%

CMYK: (0,20,31,38)
C0M20Y31K38 (0%, 20%, 31%, 38%)
(0.00 / 0.20 / 0.31 / 0.38)

CMYK percentages

%0
%20.25
%31.01
%38.04

Codes

Color #9E7E6D in popluar color models

9E 7E 6D
RGB 158 126 109
HSL 21° 20.16% 52.35%
HSB/HSV 21° 31.01% 61.96%
CMYK 0.00% 20.25% 31.01%
38.04%

Color #9E7E6D in popluar number systems.

HEX 9E 7E 6D
Decimal 158 126 109
Binary 10011110 1111110 1101101
Octal 236 176 155

Shades and tints

Shades of #9E7E6D

#9E7E6D
(158,126,109)
#907364
(144,115,100)
#82685B
(130,104,91)
#745D52
(116,93,82)
#665249
(102,82,73)
#584740
(88,71,64)
#4A3C37
(74,60,55)
#3C312E
(60,49,46)
#2E2625
(46,38,37)
#201B1C
(32,27,28)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #9E7E6D

#9E7E6D
(158,126,109)
#A6897A
(166,137,122)
#AE9487
(174,148,135)
#B69F94
(182,159,148)
#BEAAA1
(190,170,161)
#C6B5AE
(198,181,174)
#CEC0BB
(206,192,187)
#D6CBC8
(214,203,200)
#DED6D5
(222,214,213)
#E6E1E2
(230,225,226)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7E6D; }

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

This text font color is #9E7E6D.

Background Color

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

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

This div background color is #9E7E6D.

Border color

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

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

This div border color is #9E7E6D.

Opacity

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

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

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

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

This text has shadow with #9E7E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7E6D.

Preview

Color preview on black background

This text has color #9E7E6D on black background.


Color preview on white background

This text has color #9E7E6D on white background.


Black color preview on #9E7E6D background

This text has black color on #9E7E6D background.


White color preview on #9E7E6D background

This text has white color on #9E7E6D background.


Related colors

Complementary color

Complementary color for #hex is #618192.


I love getcolorcode.com

Triadic colors

1 #6D9E7E and #7E6D9E with #9E7E6D are triadic colors.

2 #6D7E9E and #7E9E6D with #9E7E6D are triadic colors.