Shades of Dark Chestnut #9D6560
Tints of Dark Chestnut #9D6560
RGB
CMYK
RGB Variations
Color information
#9D6560 (or 0x9D6560) is known color: Dark Chestnut. HEX triplet: 9D, 65 and 60. RGB value is (157,101,96). Sum of RGB (Red+Green+Blue) = 157+101+96=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6560 is #629A9F. Grayscale: #757575. Windows color (decimal): -6462112 or 6317469. OLE color: 6317469.
HSL color Cylindrical-coordinate representation of color #9D6560: hue angle of 4.92º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D6560 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 96 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.38 |
| HSL | 4.92º | 0.24% | 0.5% | - |
| HSV(B) | 4.92º | 0.39% | 0.62% | - |
| XYZ | 20.67 | 17.32 | 13.32 | - |
| YUV | 117.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 96 | 0 | 0.36 | 0.39 | 0.38 | 4.92 | 0.24 | 0.5 |
| Hex | 9D | 65 | 60 | 0 | 24 | 27 | 26 | 5 | 18 | 32 |
| Octal | 235 | 145 | 140 | 0 | 44 | 47 | 46 | 5 | 30 | 62 |
| Binary | 10011101 | 1100101 | 1100000 | 0 | 100100 | 100111 | 100110 | 101 | 11000 | 110010 |
Color Harmonies of #9D6560
Complementary color
Monochromatic Colors of #9D6560
Black with #9D6560
Text Example
Text Example
White with #9D6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6560; }
p { color: rgb(157,101,96); }
H1.HeaderClassName
{
color: #9D6560;
}
.AnyTagClassName
{
color: #9D6560;
}
</style>
background-color css
<style>
a { background-color: #9D6560; }
a { background-color: rgb(157,101,96); }
div.DivClassName
{
background-color: #9D6560;
}
.BgClassName
{
background-color: #9D6560;
}
</style>
border-color css
<style>
span { border-color: #9D6560; }
span { border-color: rgb(157,101,96); }
td.TdClassName
{
border-color: #9D6560;
}
.TagClassName
{
border-color: #9D6560;
}
</style>