Shades of Dark Chestnut #986E63
Tints of Dark Chestnut #986E63
RGB
CMYK
RGB Variations
Color information
#986E63 (or 0x986E63) is known color: Dark Chestnut. HEX triplet: 98, 6E and 63. RGB value is (152,110,99). Sum of RGB (Red+Green+Blue) = 152+110+99=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #986E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E63 is #67919C. Grayscale: #797979. Windows color (decimal): -6787485 or 6516376. OLE color: 6516376.
HSL color Cylindrical-coordinate representation of color #986E63: hue angle of 12.45º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986E63 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 99 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.40 |
| HSL | 12.45º | 0.21% | 0.49% | - |
| HSV(B) | 12.45º | 0.35% | 0.6% | - |
| XYZ | 20.78 | 18.73 | 14.32 | - |
| YUV | 121.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 99 | 0 | 0.28 | 0.35 | 0.40 | 12.45 | 0.21 | 0.49 |
| Hex | 98 | 6E | 63 | 0 | 1C | 23 | 28 | C | 15 | 31 |
| Octal | 230 | 156 | 143 | 0 | 34 | 43 | 50 | 14 | 25 | 61 |
| Binary | 10011000 | 1101110 | 1100011 | 0 | 11100 | 100011 | 101000 | 1100 | 10101 | 110001 |
Color Harmonies of #986E63
Complementary color
Monochromatic Colors of #986E63
Black with #986E63
Text Example
Text Example
White with #986E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E63; }
p { color: rgb(152,110,99); }
H1.HeaderClassName
{
color: #986E63;
}
.AnyTagClassName
{
color: #986E63;
}
</style>
background-color css
<style>
a { background-color: #986E63; }
a { background-color: rgb(152,110,99); }
div.DivClassName
{
background-color: #986E63;
}
.BgClassName
{
background-color: #986E63;
}
</style>
border-color css
<style>
span { border-color: #986E63; }
span { border-color: rgb(152,110,99); }
td.TdClassName
{
border-color: #986E63;
}
.TagClassName
{
border-color: #986E63;
}
</style>