Shades of Dark Chestnut #986863
Tints of Dark Chestnut #986863
RGB
CMYK
RGB Variations
Color information
#986863 (or 0x986863) is known color: Dark Chestnut. HEX triplet: 98, 68 and 63. RGB value is (152,104,99). Sum of RGB (Red+Green+Blue) = 152+104+99=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #986863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986863 is #67979C. Grayscale: #757575. Windows color (decimal): -6789021 or 6514840. OLE color: 6514840.
HSL color Cylindrical-coordinate representation of color #986863: hue angle of 5.66º 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 #986863 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 99 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.40 |
| HSL | 5.66º | 0.21% | 0.49% | - |
| HSV(B) | 5.66º | 0.35% | 0.6% | - |
| XYZ | 20.15 | 17.48 | 14.12 | - |
| YUV | 117.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 99 | 0 | 0.32 | 0.35 | 0.40 | 5.66 | 0.21 | 0.49 |
| Hex | 98 | 68 | 63 | 0 | 20 | 23 | 28 | 6 | 15 | 31 |
| Octal | 230 | 150 | 143 | 0 | 40 | 43 | 50 | 6 | 25 | 61 |
| Binary | 10011000 | 1101000 | 1100011 | 0 | 100000 | 100011 | 101000 | 110 | 10101 | 110001 |
Color Harmonies of #986863
Complementary color
Monochromatic Colors of #986863
Black with #986863
Text Example
Text Example
White with #986863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986863; }
p { color: rgb(152,104,99); }
H1.HeaderClassName
{
color: #986863;
}
.AnyTagClassName
{
color: #986863;
}
</style>
background-color css
<style>
a { background-color: #986863; }
a { background-color: rgb(152,104,99); }
div.DivClassName
{
background-color: #986863;
}
.BgClassName
{
background-color: #986863;
}
</style>
border-color css
<style>
span { border-color: #986863; }
span { border-color: rgb(152,104,99); }
td.TdClassName
{
border-color: #986863;
}
.TagClassName
{
border-color: #986863;
}
</style>