Shades of Dark Chestnut #996860
Tints of Dark Chestnut #996860
RGB
CMYK
RGB Variations
Color information
#996860 (or 0x996860) is known color: Dark Chestnut. HEX triplet: 99, 68 and 60. RGB value is (153,104,96). Sum of RGB (Red+Green+Blue) = 153+104+96=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996860 is #66979F. Grayscale: #757575. Windows color (decimal): -6723488 or 6318233. OLE color: 6318233.
HSL color Cylindrical-coordinate representation of color #996860: hue angle of 8.42º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996860 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 96 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.4 |
| HSL | 8.42º | 0.23% | 0.49% | - |
| HSV(B) | 8.42º | 0.37% | 0.6% | - |
| XYZ | 20.2 | 17.52 | 13.38 | - |
| YUV | 117.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 96 | 0 | 0.32 | 0.37 | 0.4 | 8.42 | 0.23 | 0.49 |
| Hex | 99 | 68 | 60 | 0 | 20 | 25 | 28 | 8 | 17 | 31 |
| Octal | 231 | 150 | 140 | 0 | 40 | 45 | 50 | 10 | 27 | 61 |
| Binary | 10011001 | 1101000 | 1100000 | 0 | 100000 | 100101 | 101000 | 1000 | 10111 | 110001 |
Color Harmonies of #996860
Complementary color
Monochromatic Colors of #996860
Black with #996860
Text Example
Text Example
White with #996860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996860; }
p { color: rgb(153,104,96); }
H1.HeaderClassName
{
color: #996860;
}
.AnyTagClassName
{
color: #996860;
}
</style>
background-color css
<style>
a { background-color: #996860; }
a { background-color: rgb(153,104,96); }
div.DivClassName
{
background-color: #996860;
}
.BgClassName
{
background-color: #996860;
}
</style>
border-color css
<style>
span { border-color: #996860; }
span { border-color: rgb(153,104,96); }
td.TdClassName
{
border-color: #996860;
}
.TagClassName
{
border-color: #996860;
}
</style>