Shades of Dark Chestnut #996E61
Tints of Dark Chestnut #996E61
RGB
CMYK
RGB Variations
Color information
#996E61 (or 0x996E61) is known color: Dark Chestnut. HEX triplet: 99, 6E and 61. RGB value is (153,110,97). Sum of RGB (Red+Green+Blue) = 153+110+97=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #996E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E61 is #66919E. Grayscale: #797979. Windows color (decimal): -6721951 or 6385305. OLE color: 6385305.
HSL color Cylindrical-coordinate representation of color #996E61: hue angle of 13.93º degrees, saturation: 0.22, 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 #996E61 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 110 | 97 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.4 |
| HSL | 13.93º | 0.22% | 0.49% | - |
| HSV(B) | 13.93º | 0.37% | 0.6% | - |
| XYZ | 20.87 | 18.79 | 13.84 | - |
| YUV | 121.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 97 | 0 | 0.28 | 0.37 | 0.4 | 13.93 | 0.22 | 0.49 |
| Hex | 99 | 6E | 61 | 0 | 1C | 25 | 28 | E | 16 | 31 |
| Octal | 231 | 156 | 141 | 0 | 34 | 45 | 50 | 16 | 26 | 61 |
| Binary | 10011001 | 1101110 | 1100001 | 0 | 11100 | 100101 | 101000 | 1110 | 10110 | 110001 |
Color Harmonies of #996E61
Complementary color
Monochromatic Colors of #996E61
Black with #996E61
Text Example
Text Example
White with #996E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E61; }
p { color: rgb(153,110,97); }
H1.HeaderClassName
{
color: #996E61;
}
.AnyTagClassName
{
color: #996E61;
}
</style>
background-color css
<style>
a { background-color: #996E61; }
a { background-color: rgb(153,110,97); }
div.DivClassName
{
background-color: #996E61;
}
.BgClassName
{
background-color: #996E61;
}
</style>
border-color css
<style>
span { border-color: #996E61; }
span { border-color: rgb(153,110,97); }
td.TdClassName
{
border-color: #996E61;
}
.TagClassName
{
border-color: #996E61;
}
</style>