COLOR #9E695E

HEX: #9E695E
RGB: (158,105,94)

Color info

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

RGB color model

#9E695E color RGB value is (158,105,94).

  • red value is 158;
  • green value is 105;
  • blue value is 94.
RGB:
(158,105,94)
(62%,41%,37%)

RGB channels and saturation

R 158 of 255 = 62%
G 105 of 255 = 41%
B 94 of 255 = 37%

158
105
94

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

Portions of RGB colors in percentages

R + G + B =
158 + 105 + 94 = 357 (100%)
R 158 of 357 ~ 44.26%
G 105 of 357 ~ 29.41%
B 94 of 357 ~ 26.33%

%44.26
%29.41
%26.33

CMYK color model

#9E695E color CMYK value is (0,34,41,38).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 40.51%
  • key color value is 38.04%
CMYK:
(0,34,41,38)
C0M34Y41K38 
(0%,34%,41%,38%)
(0.00/0.34/0.41/0.38)	

CMYK percentages

%0
%33.54
%40.51
%38.04

Codes

Color #9E695E in popluar color models

9E695E
RGB15810594
HSL10°25.40%49.41%
HSB/HSV10°40.51%61.96%
CMYK0.00%33.54%40.51%
38.04%

Color #9E695E in popluar number systems.

HEX9E695E
Decimal15810594
Binary1001111011010011011110
Octal236151136

Shades and tints

Shades of #9E695E

#9E695E
(158,105,94)
#906056
(144,96,86)
#82574E
(130,87,78)
#744E46
(116,78,70)
#66453E
(102,69,62)
#583C36
(88,60,54)
#4A332E
(74,51,46)
#3C2A26
(60,42,38)
#2E211E
(46,33,30)
#201816
(32,24,22)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #9E695E

#9E695E
(158,105,94)
#A6766C
(166,118,108)
#AE837A
(174,131,122)
#B69088
(182,144,136)
#BE9D96
(190,157,150)
#C6AAA4
(198,170,164)
#CEB7B2
(206,183,178)
#D6C4C0
(214,196,192)
#DED1CE
(222,209,206)
#E6DEDC
(230,222,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E695E color. Also use rgb(158,105,94) instead hex code.

Text Font Color

.myTextColor { color: #9E695E; }

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

This text font color is #9E695E.


Background Color

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

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

This div background color is #9E695E.


Border color

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

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

This div border color is #9E695E.


Opacity

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

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

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

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

This text has shadow with #9E695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E695E on black background.


Color preview on white background

This text has color #9E695E on white background.



Black color preview on #9E695E background

This text has black color on #9E695E background.


White color preview on #9E695E background

This text has white color on #9E695E background.