Shades of Dark Chestnut #986D63
Tints of Dark Chestnut #986D63
RGB
CMYK
RGB Variations
Color information
#986D63 (or 0x986D63) is known color: Dark Chestnut. HEX triplet: 98, 6D and 63. RGB value is (152,109,99). Sum of RGB (Red+Green+Blue) = 152+109+99=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #986D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D63 is #67929C. Grayscale: #787878. Windows color (decimal): -6787741 or 6516120. OLE color: 6516120.
HSL color Cylindrical-coordinate representation of color #986D63: hue angle of 11.32º 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 #986D63 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 99 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.40 |
| HSL | 11.32º | 0.21% | 0.49% | - |
| HSV(B) | 11.32º | 0.35% | 0.6% | - |
| XYZ | 20.67 | 18.51 | 14.29 | - |
| YUV | 120.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 99 | 0 | 0.28 | 0.35 | 0.40 | 11.32 | 0.21 | 0.49 |
| Hex | 98 | 6D | 63 | 0 | 1C | 23 | 28 | B | 15 | 31 |
| Octal | 230 | 155 | 143 | 0 | 34 | 43 | 50 | 13 | 25 | 61 |
| Binary | 10011000 | 1101101 | 1100011 | 0 | 11100 | 100011 | 101000 | 1011 | 10101 | 110001 |
Color Harmonies of #986D63
Complementary color
Monochromatic Colors of #986D63
Black with #986D63
Text Example
Text Example
White with #986D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D63; }
p { color: rgb(152,109,99); }
H1.HeaderClassName
{
color: #986D63;
}
.AnyTagClassName
{
color: #986D63;
}
</style>
background-color css
<style>
a { background-color: #986D63; }
a { background-color: rgb(152,109,99); }
div.DivClassName
{
background-color: #986D63;
}
.BgClassName
{
background-color: #986D63;
}
</style>
border-color css
<style>
span { border-color: #986D63; }
span { border-color: rgb(152,109,99); }
td.TdClassName
{
border-color: #986D63;
}
.TagClassName
{
border-color: #986D63;
}
</style>