COLOR #9D6863

HEX: #9D6863 RGB: (157,104,99)

Color info

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

RGB color model

#9D6863 color RGB value is (157,104,99).

RGB: (157,104,99) (62%, 41%, 39%)

RGB channels and saturation

R 157 of 255 = 62%
G 104 of 255 = 41%
B 99 of 255 = 39%

157
104
99

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

Portions of RGB colors in percentages

R + G + B = 157 + 104 + 99 = 360 (100%)
R 157 of 360 ~ 43.61%
G 104 of 360 ~ 28.89%
B 99 of 360 ~ 27.5'%

%43.61
%28.89
%27.5

CMYK color model

#9D6863 color CMYK value is (0,34,37,38).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 36.94%
  • key color value is 38.43%

CMYK: (0,34,37,38)
C0M34Y37K38 (0%, 34%, 37%, 38%)
(0.00 / 0.34 / 0.37 / 0.38)

CMYK percentages

%0
%33.76
%36.94
%38.43

Codes

Color #9D6863 in popluar color models

9D 68 63
RGB 157 104 99
HSL 22.83% 50.20%
HSB/HSV 36.94% 61.57%
CMYK 0.00% 33.76% 36.94%
38.43%

Color #9D6863 in popluar number systems.

HEX 9D 68 63
Decimal 157 104 99
Binary 10011101 1101000 1100011
Octal 235 150 143

Shades and tints

Shades of #9D6863

#9D6863
(157,104,99)
#8F5F5A
(143,95,90)
#815651
(129,86,81)
#734D48
(115,77,72)
#65443F
(101,68,63)
#573B36
(87,59,54)
#49322D
(73,50,45)
#3B2924
(59,41,36)
#2D201B
(45,32,27)
#1F1712
(31,23,18)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #9D6863

#9D6863
(157,104,99)
#A57571
(165,117,113)
#AD827F
(173,130,127)
#B58F8D
(181,143,141)
#BD9C9B
(189,156,155)
#C5A9A9
(197,169,169)
#CDB6B7
(205,182,183)
#D5C3C5
(213,195,197)
#DDD0D3
(221,208,211)
#E5DDE1
(229,221,225)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6863 color. Also use rgb(157,104,99) instead hex code.

Text Font Color

.myTextColor { color: #9D6863; }

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

This text font color is #9D6863.

Background Color

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

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

This div background color is #9D6863.

Border color

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

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

This div border color is #9D6863.

Opacity

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

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

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

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

This text has shadow with #9D6863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6863.

Preview

Color preview on black background

This text has color #9D6863 on black background.


Color preview on white background

This text has color #9D6863 on white background.


Black color preview on #9D6863 background

This text has black color on #9D6863 background.


White color preview on #9D6863 background

This text has white color on #9D6863 background.


Related colors

Complementary color

Complementary color for #hex is #62979C.


I love getcolorcode.com

Triadic colors

1 #639D68 and #68639D with #9D6863 are triadic colors.

2 #63689D and #689D63 with #9D6863 are triadic colors.