Shades of Dark Chestnut #996C65
Tints of Dark Chestnut #996C65
RGB
CMYK
RGB Variations
Color information
#996C65 (or 0x996C65) is known color: Dark Chestnut. HEX triplet: 99, 6C and 65. RGB value is (153,108,101). Sum of RGB (Red+Green+Blue) = 153+108+101=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #996C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C65 is #66939A. Grayscale: #787878. Windows color (decimal): -6722459 or 6646937. OLE color: 6646937.
HSL color Cylindrical-coordinate representation of color #996C65: hue angle of 8.08º 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 #996C65 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 101 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.4 |
| HSL | 8.08º | 0.2% | 0.5% | - |
| HSV(B) | 8.08º | 0.34% | 0.6% | - |
| XYZ | 20.85 | 18.44 | 14.77 | - |
| YUV | 120.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 101 | 0 | 0.29 | 0.34 | 0.4 | 8.08 | 0.2 | 0.5 |
| Hex | 99 | 6C | 65 | 0 | 1D | 22 | 28 | 8 | 14 | 32 |
| Octal | 231 | 154 | 145 | 0 | 35 | 42 | 50 | 10 | 24 | 62 |
| Binary | 10011001 | 1101100 | 1100101 | 0 | 11101 | 100010 | 101000 | 1000 | 10100 | 110010 |
Color Harmonies of #996C65
Complementary color
Monochromatic Colors of #996C65
Black with #996C65
Text Example
Text Example
White with #996C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C65; }
p { color: rgb(153,108,101); }
H1.HeaderClassName
{
color: #996C65;
}
.AnyTagClassName
{
color: #996C65;
}
</style>
background-color css
<style>
a { background-color: #996C65; }
a { background-color: rgb(153,108,101); }
div.DivClassName
{
background-color: #996C65;
}
.BgClassName
{
background-color: #996C65;
}
</style>
border-color css
<style>
span { border-color: #996C65; }
span { border-color: rgb(153,108,101); }
td.TdClassName
{
border-color: #996C65;
}
.TagClassName
{
border-color: #996C65;
}
</style>