Shades of Dark Chestnut #967065
Tints of Dark Chestnut #967065
RGB
CMYK
RGB Variations
Color information
#967065 (or 0x967065) is known color: Dark Chestnut. HEX triplet: 96, 70 and 65. RGB value is (150,112,101). Sum of RGB (Red+Green+Blue) = 150+112+101=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967065 is #698F9A. Grayscale: #7A7A7A. Windows color (decimal): -6918043 or 6647958. OLE color: 6647958.
HSL color Cylindrical-coordinate representation of color #967065: hue angle of 13.47º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967065 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 101 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.41 |
| HSL | 13.47º | 0.2% | 0.49% | - |
| HSV(B) | 13.47º | 0.33% | 0.59% | - |
| XYZ | 20.72 | 19.01 | 14.89 | - |
| YUV | 122.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 101 | 0 | 0.25 | 0.33 | 0.41 | 13.47 | 0.2 | 0.49 |
| Hex | 96 | 70 | 65 | 0 | 19 | 21 | 29 | D | 14 | 31 |
| Octal | 226 | 160 | 145 | 0 | 31 | 41 | 51 | 15 | 24 | 61 |
| Binary | 10010110 | 1110000 | 1100101 | 0 | 11001 | 100001 | 101001 | 1101 | 10100 | 110001 |
Color Harmonies of #967065
Complementary color
Monochromatic Colors of #967065
Black with #967065
Text Example
Text Example
White with #967065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967065; }
p { color: rgb(150,112,101); }
H1.HeaderClassName
{
color: #967065;
}
.AnyTagClassName
{
color: #967065;
}
</style>
background-color css
<style>
a { background-color: #967065; }
a { background-color: rgb(150,112,101); }
div.DivClassName
{
background-color: #967065;
}
.BgClassName
{
background-color: #967065;
}
</style>
border-color css
<style>
span { border-color: #967065; }
span { border-color: rgb(150,112,101); }
td.TdClassName
{
border-color: #967065;
}
.TagClassName
{
border-color: #967065;
}
</style>