Shades of Dark Chestnut #986C60
Tints of Dark Chestnut #986C60
RGB
CMYK
RGB Variations
Color information
#986C60 (or 0x986C60) is known color: Dark Chestnut. HEX triplet: 98, 6C and 60. RGB value is (152,108,96). Sum of RGB (Red+Green+Blue) = 152+108+96=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #986C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C60 is #67939F. Grayscale: #777777. Windows color (decimal): -6788000 or 6319256. OLE color: 6319256.
HSL color Cylindrical-coordinate representation of color #986C60: hue angle of 12.86º 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 #986C60 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 96 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.40 |
| HSL | 12.86º | 0.23% | 0.49% | - |
| HSV(B) | 12.86º | 0.37% | 0.6% | - |
| XYZ | 20.42 | 18.25 | 13.51 | - |
| YUV | 119.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 96 | 0 | 0.29 | 0.37 | 0.40 | 12.86 | 0.23 | 0.49 |
| Hex | 98 | 6C | 60 | 0 | 1D | 25 | 28 | D | 17 | 31 |
| Octal | 230 | 154 | 140 | 0 | 35 | 45 | 50 | 15 | 27 | 61 |
| Binary | 10011000 | 1101100 | 1100000 | 0 | 11101 | 100101 | 101000 | 1101 | 10111 | 110001 |
Color Harmonies of #986C60
Complementary color
Monochromatic Colors of #986C60
Black with #986C60
Text Example
Text Example
White with #986C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C60; }
p { color: rgb(152,108,96); }
H1.HeaderClassName
{
color: #986C60;
}
.AnyTagClassName
{
color: #986C60;
}
</style>
background-color css
<style>
a { background-color: #986C60; }
a { background-color: rgb(152,108,96); }
div.DivClassName
{
background-color: #986C60;
}
.BgClassName
{
background-color: #986C60;
}
</style>
border-color css
<style>
span { border-color: #986C60; }
span { border-color: rgb(152,108,96); }
td.TdClassName
{
border-color: #986C60;
}
.TagClassName
{
border-color: #986C60;
}
</style>