Shades of Dark Chestnut #986D61
Tints of Dark Chestnut #986D61
RGB
CMYK
RGB Variations
Color information
#986D61 (or 0x986D61) is known color: Dark Chestnut. HEX triplet: 98, 6D and 61. RGB value is (152,109,97). Sum of RGB (Red+Green+Blue) = 152+109+97=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #986D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D61 is #67929E. Grayscale: #787878. Windows color (decimal): -6787743 or 6385048. OLE color: 6385048.
HSL color Cylindrical-coordinate representation of color #986D61: hue angle of 13.09º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986D61 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 97 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.40 |
| HSL | 13.09º | 0.22% | 0.49% | - |
| HSV(B) | 13.09º | 0.36% | 0.6% | - |
| XYZ | 20.58 | 18.48 | 13.79 | - |
| YUV | 120.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 97 | 0 | 0.28 | 0.36 | 0.40 | 13.09 | 0.22 | 0.49 |
| Hex | 98 | 6D | 61 | 0 | 1C | 24 | 28 | D | 16 | 31 |
| Octal | 230 | 155 | 141 | 0 | 34 | 44 | 50 | 15 | 26 | 61 |
| Binary | 10011000 | 1101101 | 1100001 | 0 | 11100 | 100100 | 101000 | 1101 | 10110 | 110001 |
Color Harmonies of #986D61
Complementary color
Monochromatic Colors of #986D61
Black with #986D61
Text Example
Text Example
White with #986D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D61; }
p { color: rgb(152,109,97); }
H1.HeaderClassName
{
color: #986D61;
}
.AnyTagClassName
{
color: #986D61;
}
</style>
background-color css
<style>
a { background-color: #986D61; }
a { background-color: rgb(152,109,97); }
div.DivClassName
{
background-color: #986D61;
}
.BgClassName
{
background-color: #986D61;
}
</style>
border-color css
<style>
span { border-color: #986D61; }
span { border-color: rgb(152,109,97); }
td.TdClassName
{
border-color: #986D61;
}
.TagClassName
{
border-color: #986D61;
}
</style>