Shades of Dark Chestnut #986860
Tints of Dark Chestnut #986860
RGB
CMYK
RGB Variations
Color information
#986860 (or 0x986860) is known color: Dark Chestnut. HEX triplet: 98, 68 and 60. RGB value is (152,104,96). Sum of RGB (Red+Green+Blue) = 152+104+96=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #986860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986860 is #67979F. Grayscale: #757575. Windows color (decimal): -6789024 or 6318232. OLE color: 6318232.
HSL color Cylindrical-coordinate representation of color #986860: hue angle of 8.57º 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 #986860 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 96 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.40 |
| HSL | 8.57º | 0.23% | 0.49% | - |
| HSV(B) | 8.57º | 0.37% | 0.6% | - |
| XYZ | 20.01 | 17.42 | 13.37 | - |
| YUV | 117.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 96 | 0 | 0.32 | 0.37 | 0.40 | 8.57 | 0.23 | 0.49 |
| Hex | 98 | 68 | 60 | 0 | 20 | 25 | 28 | 9 | 17 | 31 |
| Octal | 230 | 150 | 140 | 0 | 40 | 45 | 50 | 11 | 27 | 61 |
| Binary | 10011000 | 1101000 | 1100000 | 0 | 100000 | 100101 | 101000 | 1001 | 10111 | 110001 |
Color Harmonies of #986860
Complementary color
Monochromatic Colors of #986860
Black with #986860
Text Example
Text Example
White with #986860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986860; }
p { color: rgb(152,104,96); }
H1.HeaderClassName
{
color: #986860;
}
.AnyTagClassName
{
color: #986860;
}
</style>
background-color css
<style>
a { background-color: #986860; }
a { background-color: rgb(152,104,96); }
div.DivClassName
{
background-color: #986860;
}
.BgClassName
{
background-color: #986860;
}
</style>
border-color css
<style>
span { border-color: #986860; }
span { border-color: rgb(152,104,96); }
td.TdClassName
{
border-color: #986860;
}
.TagClassName
{
border-color: #986860;
}
</style>