Shades of Dark Chestnut #916E65
Tints of Dark Chestnut #916E65
RGB
CMYK
RGB Variations
Color information
#916E65 (or 0x916E65) is known color: Dark Chestnut. HEX triplet: 91, 6E and 65. RGB value is (145,110,101). Sum of RGB (Red+Green+Blue) = 145+110+101=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #916E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E65 is #6E919A. Grayscale: #777777. Windows color (decimal): -7246235 or 6647441. OLE color: 6647441.
HSL color Cylindrical-coordinate representation of color #916E65: hue angle of 12.27º 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 #916E65 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 101 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.43 |
| HSL | 12.27º | 0.18% | 0.48% | - |
| HSV(B) | 12.27º | 0.3% | 0.57% | - |
| XYZ | 19.6 | 18.11 | 14.77 | - |
| YUV | 119.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 101 | 0 | 0.24 | 0.30 | 0.43 | 12.27 | 0.18 | 0.48 |
| Hex | 91 | 6E | 65 | 0 | 18 | 1E | 2B | C | 12 | 30 |
| Octal | 221 | 156 | 145 | 0 | 30 | 36 | 53 | 14 | 22 | 60 |
| Binary | 10010001 | 1101110 | 1100101 | 0 | 11000 | 11110 | 101011 | 1100 | 10010 | 110000 |
Color Harmonies of #916E65
Complementary color
Monochromatic Colors of #916E65
Black with #916E65
Text Example
Text Example
White with #916E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E65; }
p { color: rgb(145,110,101); }
H1.HeaderClassName
{
color: #916E65;
}
.AnyTagClassName
{
color: #916E65;
}
</style>
background-color css
<style>
a { background-color: #916E65; }
a { background-color: rgb(145,110,101); }
div.DivClassName
{
background-color: #916E65;
}
.BgClassName
{
background-color: #916E65;
}
</style>
border-color css
<style>
span { border-color: #916E65; }
span { border-color: rgb(145,110,101); }
td.TdClassName
{
border-color: #916E65;
}
.TagClassName
{
border-color: #916E65;
}
</style>