COLOR #9E685C

HEX: #9E685C RGB: (158,104,92)

Color info

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

RGB color model

#9E685C color RGB value is (158,104,92).

RGB: (158,104,92) (62%, 41%, 36%)

RGB channels and saturation

R 158 of 255 = 62%
G 104 of 255 = 41%
B 92 of 255 = 36%

158
104
92

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

Portions of RGB colors in percentages

R + G + B = 158 + 104 + 92 = 354 (100%)
R 158 of 354 ~ 44.63%
G 104 of 354 ~ 29.38%
B 92 of 354 ~ 25.99'%

%44.63
%29.38
%25.99

CMYK color model

#9E685C color CMYK value is (0,34,42,38).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 41.77%
  • key color value is 38.04%

CMYK: (0,34,42,38)
C0M34Y42K38 (0%, 34%, 42%, 38%)
(0.00 / 0.34 / 0.42 / 0.38)

CMYK percentages

%0
%34.18
%41.77
%38.04

Codes

Color #9E685C in popluar color models

9E 68 5C
RGB 158 104 92
HSL 11° 26.40% 49.02%
HSB/HSV 11° 41.77% 61.96%
CMYK 0.00% 34.18% 41.77%
38.04%

Color #9E685C in popluar number systems.

HEX 9E 68 5C
Decimal 158 104 92
Binary 10011110 1101000 1011100
Octal 236 150 134

Shades and tints

Shades of #9E685C

#9E685C
(158,104,92)
#905F54
(144,95,84)
#82564C
(130,86,76)
#744D44
(116,77,68)
#66443C
(102,68,60)
#583B34
(88,59,52)
#4A322C
(74,50,44)
#3C2924
(60,41,36)
#2E201C
(46,32,28)
#201714
(32,23,20)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #9E685C

#9E685C
(158,104,92)
#A6756A
(166,117,106)
#AE8278
(174,130,120)
#B68F86
(182,143,134)
#BE9C94
(190,156,148)
#C6A9A2
(198,169,162)
#CEB6B0
(206,182,176)
#D6C3BE
(214,195,190)
#DED0CC
(222,208,204)
#E6DDDA
(230,221,218)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E685C color. Also use rgb(158,104,92) instead hex code.

Text Font Color

.myTextColor { color: #9E685C; }

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

This text font color is #9E685C.

Background Color

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

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

This div background color is #9E685C.

Border color

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

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

This div border color is #9E685C.

Opacity

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

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

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

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

This text has shadow with #9E685C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E685C.

Preview

Color preview on black background

This text has color #9E685C on black background.


Color preview on white background

This text has color #9E685C on white background.


Black color preview on #9E685C background

This text has black color on #9E685C background.


White color preview on #9E685C background

This text has white color on #9E685C background.


Related colors

Complementary color

Complementary color for #hex is #6197A3.


I love getcolorcode.com

Triadic colors

1 #5C9E68 and #685C9E with #9E685C are triadic colors.

2 #5C689E and #689E5C with #9E685C are triadic colors.