Shades of Dark Chestnut #996660
Tints of Dark Chestnut #996660
RGB
CMYK
RGB Variations
Color information
#996660 (or 0x996660) is known color: Dark Chestnut. HEX triplet: 99, 66 and 60. RGB value is (153,102,96). Sum of RGB (Red+Green+Blue) = 153+102+96=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996660 is #66999F. Grayscale: #747474. Windows color (decimal): -6724000 or 6317721. OLE color: 6317721.
HSL color Cylindrical-coordinate representation of color #996660: hue angle of 6.32º degrees, saturation: 0.23, 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 #996660 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 96 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.4 |
| HSL | 6.32º | 0.23% | 0.49% | - |
| HSV(B) | 6.32º | 0.37% | 0.6% | - |
| XYZ | 20 | 17.12 | 13.32 | - |
| YUV | 116.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 96 | 0 | 0.33 | 0.37 | 0.4 | 6.32 | 0.23 | 0.49 |
| Hex | 99 | 66 | 60 | 0 | 21 | 25 | 28 | 6 | 17 | 31 |
| Octal | 231 | 146 | 140 | 0 | 41 | 45 | 50 | 6 | 27 | 61 |
| Binary | 10011001 | 1100110 | 1100000 | 0 | 100001 | 100101 | 101000 | 110 | 10111 | 110001 |
Color Harmonies of #996660
Complementary color
Monochromatic Colors of #996660
Black with #996660
Text Example
Text Example
White with #996660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996660; }
p { color: rgb(153,102,96); }
H1.HeaderClassName
{
color: #996660;
}
.AnyTagClassName
{
color: #996660;
}
</style>
background-color css
<style>
a { background-color: #996660; }
a { background-color: rgb(153,102,96); }
div.DivClassName
{
background-color: #996660;
}
.BgClassName
{
background-color: #996660;
}
</style>
border-color css
<style>
span { border-color: #996660; }
span { border-color: rgb(153,102,96); }
td.TdClassName
{
border-color: #996660;
}
.TagClassName
{
border-color: #996660;
}
</style>