Shades of Dark Chestnut #9D6C65
Tints of Dark Chestnut #9D6C65
RGB
CMYK
RGB Variations
Color information
#9D6C65 (or 0x9D6C65) is known color: Dark Chestnut. HEX triplet: 9D, 6C and 65. RGB value is (157,108,101). Sum of RGB (Red+Green+Blue) = 157+108+101=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6C65 is #62939A. Grayscale: #797979. Windows color (decimal): -6460315 or 6646941. OLE color: 6646941.
HSL color Cylindrical-coordinate representation of color #9D6C65: hue angle of 7.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6C65 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 108 | 101 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.38 |
| HSL | 7.5º | 0.22% | 0.51% | - |
| HSV(B) | 7.5º | 0.36% | 0.62% | - |
| XYZ | 21.62 | 18.83 | 14.81 | - |
| YUV | 121.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 108 | 101 | 0 | 0.31 | 0.36 | 0.38 | 7.5 | 0.22 | 0.51 |
| Hex | 9D | 6C | 65 | 0 | 1F | 24 | 26 | 8 | 16 | 33 |
| Octal | 235 | 154 | 145 | 0 | 37 | 44 | 46 | 10 | 26 | 63 |
| Binary | 10011101 | 1101100 | 1100101 | 0 | 11111 | 100100 | 100110 | 1000 | 10110 | 110011 |
Color Harmonies of #9D6C65
Complementary color
Monochromatic Colors of #9D6C65
Black with #9D6C65
Text Example
Text Example
White with #9D6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6C65; }
p { color: rgb(157,108,101); }
H1.HeaderClassName
{
color: #9D6C65;
}
.AnyTagClassName
{
color: #9D6C65;
}
</style>
background-color css
<style>
a { background-color: #9D6C65; }
a { background-color: rgb(157,108,101); }
div.DivClassName
{
background-color: #9D6C65;
}
.BgClassName
{
background-color: #9D6C65;
}
</style>
border-color css
<style>
span { border-color: #9D6C65; }
span { border-color: rgb(157,108,101); }
td.TdClassName
{
border-color: #9D6C65;
}
.TagClassName
{
border-color: #9D6C65;
}
</style>