Shades of Dark Chestnut #987065
Tints of Dark Chestnut #987065
RGB
CMYK
RGB Variations
Color information
#987065 (or 0x987065) is known color: Dark Chestnut. HEX triplet: 98, 70 and 65. RGB value is (152,112,101). Sum of RGB (Red+Green+Blue) = 152+112+101=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #987065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987065 is #678F9A. Grayscale: #7A7A7A. Windows color (decimal): -6786971 or 6647960. OLE color: 6647960.
HSL color Cylindrical-coordinate representation of color #987065: hue angle of 12.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987065 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 101 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.40 |
| HSL | 12.94º | 0.2% | 0.5% | - |
| HSV(B) | 12.94º | 0.34% | 0.6% | - |
| XYZ | 21.09 | 19.2 | 14.91 | - |
| YUV | 122.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 101 | 0 | 0.26 | 0.34 | 0.40 | 12.94 | 0.2 | 0.5 |
| Hex | 98 | 70 | 65 | 0 | 1A | 22 | 28 | D | 14 | 32 |
| Octal | 230 | 160 | 145 | 0 | 32 | 42 | 50 | 15 | 24 | 62 |
| Binary | 10011000 | 1110000 | 1100101 | 0 | 11010 | 100010 | 101000 | 1101 | 10100 | 110010 |
Color Harmonies of #987065
Complementary color
Monochromatic Colors of #987065
Black with #987065
Text Example
Text Example
White with #987065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987065; }
p { color: rgb(152,112,101); }
H1.HeaderClassName
{
color: #987065;
}
.AnyTagClassName
{
color: #987065;
}
</style>
background-color css
<style>
a { background-color: #987065; }
a { background-color: rgb(152,112,101); }
div.DivClassName
{
background-color: #987065;
}
.BgClassName
{
background-color: #987065;
}
</style>
border-color css
<style>
span { border-color: #987065; }
span { border-color: rgb(152,112,101); }
td.TdClassName
{
border-color: #987065;
}
.TagClassName
{
border-color: #987065;
}
</style>