COLOR #9D6B5F

HEX: #9D6B5F RGB: (157,107,95)

Color info

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

RGB color model

#9D6B5F color RGB value is (157,107,95).

RGB: (157,107,95) (62%, 42%, 37%)

RGB channels and saturation

R 157 of 255 = 62%
G 107 of 255 = 42%
B 95 of 255 = 37%

157
107
95

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

Portions of RGB colors in percentages

R + G + B = 157 + 107 + 95 = 359 (100%)
R 157 of 359 ~ 43.73%
G 107 of 359 ~ 29.81%
B 95 of 359 ~ 26.46'%

%43.73
%29.81
%26.46

CMYK color model

#9D6B5F color CMYK value is (0,32,39,38).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 39.49%
  • key color value is 38.43%

CMYK: (0,32,39,38)
C0M32Y39K38 (0%, 32%, 39%, 38%)
(0.00 / 0.32 / 0.39 / 0.38)

CMYK percentages

%0
%31.85
%39.49
%38.43

Codes

Color #9D6B5F in popluar color models

9D 6B 5F
RGB 157 107 95
HSL 12° 24.60% 49.41%
HSB/HSV 12° 39.49% 61.57%
CMYK 0.00% 31.85% 39.49%
38.43%

Color #9D6B5F in popluar number systems.

HEX 9D 6B 5F
Decimal 157 107 95
Binary 10011101 1101011 1011111
Octal 235 153 137

Shades and tints

Shades of #9D6B5F

#9D6B5F
(157,107,95)
#8F6257
(143,98,87)
#81594F
(129,89,79)
#735047
(115,80,71)
#65473F
(101,71,63)
#573E37
(87,62,55)
#49352F
(73,53,47)
#3B2C27
(59,44,39)
#2D231F
(45,35,31)
#1F1A17
(31,26,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #9D6B5F

#9D6B5F
(157,107,95)
#A5786D
(165,120,109)
#AD857B
(173,133,123)
#B59289
(181,146,137)
#BD9F97
(189,159,151)
#C5ACA5
(197,172,165)
#CDB9B3
(205,185,179)
#D5C6C1
(213,198,193)
#DDD3CF
(221,211,207)
#E5E0DD
(229,224,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6B5F color. Also use rgb(157,107,95) instead hex code.

Text Font Color

.myTextColor { color: #9D6B5F; }

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

This text font color is #9D6B5F.

Background Color

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

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

This div background color is #9D6B5F.

Border color

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

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

This div border color is #9D6B5F.

Opacity

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

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

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

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

This text has shadow with #9D6B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6B5F.

Preview

Color preview on black background

This text has color #9D6B5F on black background.


Color preview on white background

This text has color #9D6B5F on white background.


Black color preview on #9D6B5F background

This text has black color on #9D6B5F background.


White color preview on #9D6B5F background

This text has white color on #9D6B5F background.


Related colors

Complementary color

Complementary color for #hex is #6294A0.


I love getcolorcode.com

Triadic colors

1 #5F9D6B and #6B5F9D with #9D6B5F are triadic colors.

2 #5F6B9D and #6B9D5F with #9D6B5F are triadic colors.