Shades of Dark Chestnut #996E62
Tints of Dark Chestnut #996E62
RGB
CMYK
RGB Variations
Color information
#996E62 (or 0x996E62) is known color: Dark Chestnut. HEX triplet: 99, 6E and 62. RGB value is (153,110,98). Sum of RGB (Red+Green+Blue) = 153+110+98=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #996E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E62 is #66919D. Grayscale: #797979. Windows color (decimal): -6721950 or 6450841. OLE color: 6450841.
HSL color Cylindrical-coordinate representation of color #996E62: 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 #996E62 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 110 | 98 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.4 |
| HSL | 13.09º | 0.22% | 0.49% | - |
| HSV(B) | 13.09º | 0.36% | 0.6% | - |
| XYZ | 20.92 | 18.81 | 14.08 | - |
| YUV | 121.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 98 | 0 | 0.28 | 0.36 | 0.4 | 13.09 | 0.22 | 0.49 |
| Hex | 99 | 6E | 62 | 0 | 1C | 24 | 28 | D | 16 | 31 |
| Octal | 231 | 156 | 142 | 0 | 34 | 44 | 50 | 15 | 26 | 61 |
| Binary | 10011001 | 1101110 | 1100010 | 0 | 11100 | 100100 | 101000 | 1101 | 10110 | 110001 |
Color Harmonies of #996E62
Complementary color
Monochromatic Colors of #996E62
Black with #996E62
Text Example
Text Example
White with #996E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E62; }
p { color: rgb(153,110,98); }
H1.HeaderClassName
{
color: #996E62;
}
.AnyTagClassName
{
color: #996E62;
}
</style>
background-color css
<style>
a { background-color: #996E62; }
a { background-color: rgb(153,110,98); }
div.DivClassName
{
background-color: #996E62;
}
.BgClassName
{
background-color: #996E62;
}
</style>
border-color css
<style>
span { border-color: #996E62; }
span { border-color: rgb(153,110,98); }
td.TdClassName
{
border-color: #996E62;
}
.TagClassName
{
border-color: #996E62;
}
</style>