Shades of Dark Chestnut #996760
Tints of Dark Chestnut #996760
RGB
CMYK
RGB Variations
Color information
#996760 (or 0x996760) is known color: Dark Chestnut. HEX triplet: 99, 67 and 60. RGB value is (153,103,96). Sum of RGB (Red+Green+Blue) = 153+103+96=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996760 is #66989F. Grayscale: #757575. Windows color (decimal): -6723744 or 6317977. OLE color: 6317977.
HSL color Cylindrical-coordinate representation of color #996760: hue angle of 7.37º 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 #996760 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 96 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.4 |
| HSL | 7.37º | 0.23% | 0.49% | - |
| HSV(B) | 7.37º | 0.37% | 0.6% | - |
| XYZ | 20.1 | 17.32 | 13.35 | - |
| YUV | 117.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 96 | 0 | 0.33 | 0.37 | 0.4 | 7.37 | 0.23 | 0.49 |
| Hex | 99 | 67 | 60 | 0 | 21 | 25 | 28 | 7 | 17 | 31 |
| Octal | 231 | 147 | 140 | 0 | 41 | 45 | 50 | 7 | 27 | 61 |
| Binary | 10011001 | 1100111 | 1100000 | 0 | 100001 | 100101 | 101000 | 111 | 10111 | 110001 |
Color Harmonies of #996760
Complementary color
Monochromatic Colors of #996760
Black with #996760
Text Example
Text Example
White with #996760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996760; }
p { color: rgb(153,103,96); }
H1.HeaderClassName
{
color: #996760;
}
.AnyTagClassName
{
color: #996760;
}
</style>
background-color css
<style>
a { background-color: #996760; }
a { background-color: rgb(153,103,96); }
div.DivClassName
{
background-color: #996760;
}
.BgClassName
{
background-color: #996760;
}
</style>
border-color css
<style>
span { border-color: #996760; }
span { border-color: rgb(153,103,96); }
td.TdClassName
{
border-color: #996760;
}
.TagClassName
{
border-color: #996760;
}
</style>