COLOR #9D6D6C

HEX: #9D6D6C RGB: (157,109,108)

Color info

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

RGB color model

#9D6D6C color RGB value is (157,109,108).

RGB: (157,109,108) (62%, 43%, 42%)

RGB channels and saturation

R 157 of 255 = 62%
G 109 of 255 = 43%
B 108 of 255 = 42%

157
109
108

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

Portions of RGB colors in percentages

R + G + B = 157 + 109 + 108 = 374 (100%)
R 157 of 374 ~ 41.98%
G 109 of 374 ~ 29.14%
B 108 of 374 ~ 28.88'%

%41.98
%29.14
%28.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 31.21%
  • key color value is 38.43%
CMYK: (0,31,31,38) C0M31Y31K38 (0%,31%,31%,38%) (0.00/0.31/0.31/0.38) 

CMYK percentages

%0
%30.57
%31.21
%38.43

Codes

Color #9D6D6C in popluar color models

9D 6D 6C
RGB 157 109 108
HSL 20.00% 51.96%
HSB/HSV 31.21% 61.57%
CMYK 0.00% 30.57% 31.21%
38.43%

Color #9D6D6C in popluar number systems.

HEX 9D 6D 6C
Decimal 157 109 108
Binary 10011101 1101101 1101100
Octal 235 155 154

Shades and tints

Shades of #9D6D6C

#9D6D6C
(157,109,108)
#8F6463
(143,100,99)
#815B5A
(129,91,90)
#735251
(115,82,81)
#654948
(101,73,72)
#57403F
(87,64,63)
#493736
(73,55,54)
#3B2E2D
(59,46,45)
#2D2524
(45,37,36)
#1F1C1B
(31,28,27)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9D6D6C

#9D6D6C
(157,109,108)
#A57A79
(165,122,121)
#AD8786
(173,135,134)
#B59493
(181,148,147)
#BDA1A0
(189,161,160)
#C5AEAD
(197,174,173)
#CDBBBA
(205,187,186)
#D5C8C7
(213,200,199)
#DDD5D4
(221,213,212)
#E5E2E1
(229,226,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6D6C color. Also use rgb(157,109,108) instead hex code.

Text Font Color

.myTextColor { color: #9D6D6C; }

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

This text font color is #9D6D6C.

Background Color

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

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

This div background color is #9D6D6C.

Border color

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

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

This div border color is #9D6D6C.

Opacity

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

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

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

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

This text has shadow with #9D6D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6D6C.

Preview

Color preview on black background

This text has color #9D6D6C on black background.


Color preview on white background

This text has color #9D6D6C on white background.


Black color preview on #9D6D6C background

This text has black color on #9D6D6C background.


White color preview on #9D6D6C background

This text has white color on #9D6D6C background.


Related colors

Complementary color

Complementary color for #hex is #629293.


I love getcolorcode.com

Triadic colors

1 #6C9D6D and #6D6C9D with #9D6D6C are triadic colors.

2 #6C6D9D and #6D9D6C with #9D6D6C are triadic colors.