Shades of Dark Chestnut #996D65
Tints of Dark Chestnut #996D65
RGB
CMYK
RGB Variations
Color information
#996D65 (or 0x996D65) is known color: Dark Chestnut. HEX triplet: 99, 6D and 65. RGB value is (153,109,101). Sum of RGB (Red+Green+Blue) = 153+109+101=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D65 is #66929A. Grayscale: #797979. Windows color (decimal): -6722203 or 6647193. OLE color: 6647193.
HSL color Cylindrical-coordinate representation of color #996D65: hue angle of 9.23º 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 #996D65 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 101 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.4 |
| HSL | 9.23º | 0.2% | 0.5% | - |
| HSV(B) | 9.23º | 0.34% | 0.6% | - |
| XYZ | 20.95 | 18.65 | 14.81 | - |
| YUV | 121.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 101 | 0 | 0.29 | 0.34 | 0.4 | 9.23 | 0.2 | 0.5 |
| Hex | 99 | 6D | 65 | 0 | 1D | 22 | 28 | 9 | 14 | 32 |
| Octal | 231 | 155 | 145 | 0 | 35 | 42 | 50 | 11 | 24 | 62 |
| Binary | 10011001 | 1101101 | 1100101 | 0 | 11101 | 100010 | 101000 | 1001 | 10100 | 110010 |
Color Harmonies of #996D65
Complementary color
Monochromatic Colors of #996D65
Black with #996D65
Text Example
Text Example
White with #996D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D65; }
p { color: rgb(153,109,101); }
H1.HeaderClassName
{
color: #996D65;
}
.AnyTagClassName
{
color: #996D65;
}
</style>
background-color css
<style>
a { background-color: #996D65; }
a { background-color: rgb(153,109,101); }
div.DivClassName
{
background-color: #996D65;
}
.BgClassName
{
background-color: #996D65;
}
</style>
border-color css
<style>
span { border-color: #996D65; }
span { border-color: rgb(153,109,101); }
td.TdClassName
{
border-color: #996D65;
}
.TagClassName
{
border-color: #996D65;
}
</style>