COLOR #9D6E5B

HEX: #9D6E5B
RGB: (157,110,91)

Color info

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

RGB color model

#9D6E5B color RGB value is (157,110,91).

  • red value is 157;
  • green value is 110;
  • blue value is 91.
RGB:
(157,110,91)
(62%,43%,36%)

RGB channels and saturation

R 157 of 255 = 62%
G 110 of 255 = 43%
B 91 of 255 = 36%

157
110
91

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

Portions of RGB colors in percentages

R + G + B =
157 + 110 + 91 = 358 (100%)
R 157 of 358 ~ 43.85%
G 110 of 358 ~ 30.73%
B 91 of 358 ~ 25.42%

%43.85
%30.73
%25.42

CMYK color model

#9D6E5B color CMYK value is (0,30,42,38).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 42.04%
  • key color value is 38.43%
CMYK:
(0,30,42,38)
C0M30Y42K38 
(0%,30%,42%,38%)
(0.00/0.30/0.42/0.38)	

CMYK percentages

%0
%29.94
%42.04
%38.43

Codes

Color #9D6E5B in popluar color models

9D6E5B
RGB15711091
HSL17°26.61%48.63%
HSB/HSV17°42.04%61.57%
CMYK0.00%29.94%42.04%
38.43%

Color #9D6E5B in popluar number systems.

HEX9D6E5B
Decimal15711091
Binary1001110111011101011011
Octal235156133

Shades and tints

Shades of #9D6E5B

#9D6E5B
(157,110,91)
#8F6453
(143,100,83)
#815A4B
(129,90,75)
#735043
(115,80,67)
#65463B
(101,70,59)
#573C33
(87,60,51)
#49322B
(73,50,43)
#3B2823
(59,40,35)
#2D1E1B
(45,30,27)
#1F1413
(31,20,19)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #9D6E5B

#9D6E5B
(157,110,91)
#A57B69
(165,123,105)
#AD8877
(173,136,119)
#B59585
(181,149,133)
#BDA293
(189,162,147)
#C5AFA1
(197,175,161)
#CDBCAF
(205,188,175)
#D5C9BD
(213,201,189)
#DDD6CB
(221,214,203)
#E5E3D9
(229,227,217)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6E5B color. Also use rgb(157,110,91) instead hex code.

Text Font Color

.myTextColor { color: #9D6E5B; }

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

This text font color is #9D6E5B.


Background Color

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

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

This div background color is #9D6E5B.


Border color

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

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

This div border color is #9D6E5B.


Opacity

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

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

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

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

This text has shadow with #9D6E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6E5B on black background.


Color preview on white background

This text has color #9D6E5B on white background.



Black color preview on #9D6E5B background

This text has black color on #9D6E5B background.


White color preview on #9D6E5B background

This text has white color on #9D6E5B background.