Shades of Dark Chestnut #917065
Tints of Dark Chestnut #917065
RGB
CMYK
RGB Variations
Color information
#917065 (or 0x917065) is known color: Dark Chestnut. HEX triplet: 91, 70 and 65. RGB value is (145,112,101). Sum of RGB (Red+Green+Blue) = 145+112+101=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917065 is #6E8F9A. Grayscale: #787878. Windows color (decimal): -7245723 or 6647953. OLE color: 6647953.
HSL color Cylindrical-coordinate representation of color #917065: hue angle of 15º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917065 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 101 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.43 |
| HSL | 15º | 0.18% | 0.48% | - |
| HSV(B) | 15º | 0.3% | 0.57% | - |
| XYZ | 19.82 | 18.55 | 14.85 | - |
| YUV | 120.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 101 | 0 | 0.23 | 0.30 | 0.43 | 15 | 0.18 | 0.48 |
| Hex | 91 | 70 | 65 | 0 | 17 | 1E | 2B | F | 12 | 30 |
| Octal | 221 | 160 | 145 | 0 | 27 | 36 | 53 | 17 | 22 | 60 |
| Binary | 10010001 | 1110000 | 1100101 | 0 | 10111 | 11110 | 101011 | 1111 | 10010 | 110000 |
Color Harmonies of #917065
Complementary color
Monochromatic Colors of #917065
Black with #917065
Text Example
Text Example
White with #917065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917065; }
p { color: rgb(145,112,101); }
H1.HeaderClassName
{
color: #917065;
}
.AnyTagClassName
{
color: #917065;
}
</style>
background-color css
<style>
a { background-color: #917065; }
a { background-color: rgb(145,112,101); }
div.DivClassName
{
background-color: #917065;
}
.BgClassName
{
background-color: #917065;
}
</style>
border-color css
<style>
span { border-color: #917065; }
span { border-color: rgb(145,112,101); }
td.TdClassName
{
border-color: #917065;
}
.TagClassName
{
border-color: #917065;
}
</style>