Shades of Dark Chestnut #997065
Tints of Dark Chestnut #997065
RGB
CMYK
RGB Variations
Color information
#997065 (or 0x997065) is known color: Dark Chestnut. HEX triplet: 99, 70 and 65. RGB value is (153,112,101). Sum of RGB (Red+Green+Blue) = 153+112+101=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #997065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997065 is #668F9A. Grayscale: #7B7B7B. Windows color (decimal): -6721435 or 6647961. OLE color: 6647961.
HSL color Cylindrical-coordinate representation of color #997065: hue angle of 12.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997065 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 101 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.4 |
| HSL | 12.69º | 0.2% | 0.5% | - |
| HSV(B) | 12.69º | 0.34% | 0.6% | - |
| XYZ | 21.28 | 19.3 | 14.92 | - |
| YUV | 123.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 101 | 0 | 0.27 | 0.34 | 0.4 | 12.69 | 0.2 | 0.5 |
| Hex | 99 | 70 | 65 | 0 | 1B | 22 | 28 | D | 14 | 32 |
| Octal | 231 | 160 | 145 | 0 | 33 | 42 | 50 | 15 | 24 | 62 |
| Binary | 10011001 | 1110000 | 1100101 | 0 | 11011 | 100010 | 101000 | 1101 | 10100 | 110010 |
Color Harmonies of #997065
Complementary color
Monochromatic Colors of #997065
Black with #997065
Text Example
Text Example
White with #997065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997065; }
p { color: rgb(153,112,101); }
H1.HeaderClassName
{
color: #997065;
}
.AnyTagClassName
{
color: #997065;
}
</style>
background-color css
<style>
a { background-color: #997065; }
a { background-color: rgb(153,112,101); }
div.DivClassName
{
background-color: #997065;
}
.BgClassName
{
background-color: #997065;
}
</style>
border-color css
<style>
span { border-color: #997065; }
span { border-color: rgb(153,112,101); }
td.TdClassName
{
border-color: #997065;
}
.TagClassName
{
border-color: #997065;
}
</style>