Shades of Dark Chestnut #996B60
Tints of Dark Chestnut #996B60
RGB
CMYK
RGB Variations
Color information
#996B60 (or 0x996B60) is known color: Dark Chestnut. HEX triplet: 99, 6B and 60. RGB value is (153,107,96). Sum of RGB (Red+Green+Blue) = 153+107+96=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B60 is #66949F. Grayscale: #777777. Windows color (decimal): -6722720 or 6319001. OLE color: 6319001.
HSL color Cylindrical-coordinate representation of color #996B60: hue angle of 11.58º 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 #996B60 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 96 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.4 |
| HSL | 11.58º | 0.23% | 0.49% | - |
| HSV(B) | 11.58º | 0.37% | 0.6% | - |
| XYZ | 20.51 | 18.13 | 13.49 | - |
| YUV | 119.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 96 | 0 | 0.30 | 0.37 | 0.4 | 11.58 | 0.23 | 0.49 |
| Hex | 99 | 6B | 60 | 0 | 1E | 25 | 28 | C | 17 | 31 |
| Octal | 231 | 153 | 140 | 0 | 36 | 45 | 50 | 14 | 27 | 61 |
| Binary | 10011001 | 1101011 | 1100000 | 0 | 11110 | 100101 | 101000 | 1100 | 10111 | 110001 |
Color Harmonies of #996B60
Complementary color
Monochromatic Colors of #996B60
Black with #996B60
Text Example
Text Example
White with #996B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B60; }
p { color: rgb(153,107,96); }
H1.HeaderClassName
{
color: #996B60;
}
.AnyTagClassName
{
color: #996B60;
}
</style>
background-color css
<style>
a { background-color: #996B60; }
a { background-color: rgb(153,107,96); }
div.DivClassName
{
background-color: #996B60;
}
.BgClassName
{
background-color: #996B60;
}
</style>
border-color css
<style>
span { border-color: #996B60; }
span { border-color: rgb(153,107,96); }
td.TdClassName
{
border-color: #996B60;
}
.TagClassName
{
border-color: #996B60;
}
</style>