Shades of Dark Chestnut #986C5D
Tints of Dark Chestnut #986C5D
RGB
CMYK
RGB Variations
Color information
#986C5D (or 0x986C5D) is known color: Dark Chestnut. HEX triplet: 98, 6C and 5D. RGB value is (152,108,93). Sum of RGB (Red+Green+Blue) = 152+108+93=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C5D is #6793A2. Grayscale: #777777. Windows color (decimal): -6788003 or 6122648. OLE color: 6122648.
HSL color Cylindrical-coordinate representation of color #986C5D: hue angle of 15.25º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #986C5D is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 93 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.40 |
| HSL | 15.25º | 0.24% | 0.48% | - |
| HSV(B) | 15.25º | 0.39% | 0.6% | - |
| XYZ | 20.29 | 18.19 | 12.8 | - |
| YUV | 119.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 93 | 0 | 0.29 | 0.39 | 0.40 | 15.25 | 0.24 | 0.48 |
| Hex | 98 | 6C | 5D | 0 | 1D | 27 | 28 | F | 18 | 30 |
| Octal | 230 | 154 | 135 | 0 | 35 | 47 | 50 | 17 | 30 | 60 |
| Binary | 10011000 | 1101100 | 1011101 | 0 | 11101 | 100111 | 101000 | 1111 | 11000 | 110000 |
Color Harmonies of #986C5D
Complementary color
Monochromatic Colors of #986C5D
Black with #986C5D
Text Example
Text Example
White with #986C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C5D; }
p { color: rgb(152,108,93); }
H1.HeaderClassName
{
color: #986C5D;
}
.AnyTagClassName
{
color: #986C5D;
}
</style>
background-color css
<style>
a { background-color: #986C5D; }
a { background-color: rgb(152,108,93); }
div.DivClassName
{
background-color: #986C5D;
}
.BgClassName
{
background-color: #986C5D;
}
</style>
border-color css
<style>
span { border-color: #986C5D; }
span { border-color: rgb(152,108,93); }
td.TdClassName
{
border-color: #986C5D;
}
.TagClassName
{
border-color: #986C5D;
}
</style>