Shades of Dark Chestnut #986760
Tints of Dark Chestnut #986760
RGB
CMYK
RGB Variations
Color information
#986760 (or 0x986760) is known color: Dark Chestnut. HEX triplet: 98, 67 and 60. RGB value is (152,103,96). Sum of RGB (Red+Green+Blue) = 152+103+96=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986760 is #67989F. Grayscale: #747474. Windows color (decimal): -6789280 or 6317976. OLE color: 6317976.
HSL color Cylindrical-coordinate representation of color #986760: hue angle of 7.5º 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 #986760 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 96 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.40 |
| HSL | 7.5º | 0.23% | 0.49% | - |
| HSV(B) | 7.5º | 0.37% | 0.6% | - |
| XYZ | 19.91 | 17.22 | 13.34 | - |
| YUV | 116.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 96 | 0 | 0.32 | 0.37 | 0.40 | 7.5 | 0.23 | 0.49 |
| Hex | 98 | 67 | 60 | 0 | 20 | 25 | 28 | 8 | 17 | 31 |
| Octal | 230 | 147 | 140 | 0 | 40 | 45 | 50 | 10 | 27 | 61 |
| Binary | 10011000 | 1100111 | 1100000 | 0 | 100000 | 100101 | 101000 | 1000 | 10111 | 110001 |
Color Harmonies of #986760
Complementary color
Monochromatic Colors of #986760
Black with #986760
Text Example
Text Example
White with #986760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986760; }
p { color: rgb(152,103,96); }
H1.HeaderClassName
{
color: #986760;
}
.AnyTagClassName
{
color: #986760;
}
</style>
background-color css
<style>
a { background-color: #986760; }
a { background-color: rgb(152,103,96); }
div.DivClassName
{
background-color: #986760;
}
.BgClassName
{
background-color: #986760;
}
</style>
border-color css
<style>
span { border-color: #986760; }
span { border-color: rgb(152,103,96); }
td.TdClassName
{
border-color: #986760;
}
.TagClassName
{
border-color: #986760;
}
</style>