Shades of Dark Chestnut #996863
Tints of Dark Chestnut #996863
RGB
CMYK
RGB Variations
Color information
#996863 (or 0x996863) is known color: Dark Chestnut. HEX triplet: 99, 68 and 63. RGB value is (153,104,99). Sum of RGB (Red+Green+Blue) = 153+104+99=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996863 is #66979C. Grayscale: #767676. Windows color (decimal): -6723485 or 6514841. OLE color: 6514841.
HSL color Cylindrical-coordinate representation of color #996863: hue angle of 5.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996863 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 99 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.4 |
| HSL | 5.56º | 0.21% | 0.49% | - |
| HSV(B) | 5.56º | 0.35% | 0.6% | - |
| XYZ | 20.34 | 17.57 | 14.12 | - |
| YUV | 118.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 99 | 0 | 0.32 | 0.35 | 0.4 | 5.56 | 0.21 | 0.49 |
| Hex | 99 | 68 | 63 | 0 | 20 | 23 | 28 | 6 | 15 | 31 |
| Octal | 231 | 150 | 143 | 0 | 40 | 43 | 50 | 6 | 25 | 61 |
| Binary | 10011001 | 1101000 | 1100011 | 0 | 100000 | 100011 | 101000 | 110 | 10101 | 110001 |
Color Harmonies of #996863
Complementary color
Monochromatic Colors of #996863
Black with #996863
Text Example
Text Example
White with #996863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996863; }
p { color: rgb(153,104,99); }
H1.HeaderClassName
{
color: #996863;
}
.AnyTagClassName
{
color: #996863;
}
</style>
background-color css
<style>
a { background-color: #996863; }
a { background-color: rgb(153,104,99); }
div.DivClassName
{
background-color: #996863;
}
.BgClassName
{
background-color: #996863;
}
</style>
border-color css
<style>
span { border-color: #996863; }
span { border-color: rgb(153,104,99); }
td.TdClassName
{
border-color: #996863;
}
.TagClassName
{
border-color: #996863;
}
</style>