Shades of Dark Chestnut #996F68
Tints of Dark Chestnut #996F68
RGB
CMYK
RGB Variations
Color information
#996F68 (or 0x996F68) is known color: Dark Chestnut. HEX triplet: 99, 6F and 68. RGB value is (153,111,104). Sum of RGB (Red+Green+Blue) = 153+111+104=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #996F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F68 is #669097. Grayscale: #7A7A7A. Windows color (decimal): -6721688 or 6844313. OLE color: 6844313.
HSL color Cylindrical-coordinate representation of color #996F68: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996F68 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 104 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.4 |
| HSL | 8.57º | 0.19% | 0.5% | - |
| HSV(B) | 8.57º | 0.32% | 0.6% | - |
| XYZ | 21.32 | 19.14 | 15.67 | - |
| YUV | 122.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 104 | 0 | 0.27 | 0.32 | 0.4 | 8.57 | 0.19 | 0.5 |
| Hex | 99 | 6F | 68 | 0 | 1B | 20 | 28 | 9 | 13 | 32 |
| Octal | 231 | 157 | 150 | 0 | 33 | 40 | 50 | 11 | 23 | 62 |
| Binary | 10011001 | 1101111 | 1101000 | 0 | 11011 | 100000 | 101000 | 1001 | 10011 | 110010 |
Color Harmonies of #996F68
Complementary color
Monochromatic Colors of #996F68
Black with #996F68
Text Example
Text Example
White with #996F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F68; }
p { color: rgb(153,111,104); }
H1.HeaderClassName
{
color: #996F68;
}
.AnyTagClassName
{
color: #996F68;
}
</style>
background-color css
<style>
a { background-color: #996F68; }
a { background-color: rgb(153,111,104); }
div.DivClassName
{
background-color: #996F68;
}
.BgClassName
{
background-color: #996F68;
}
</style>
border-color css
<style>
span { border-color: #996F68; }
span { border-color: rgb(153,111,104); }
td.TdClassName
{
border-color: #996F68;
}
.TagClassName
{
border-color: #996F68;
}
</style>