Shades of Dark Chestnut #916E66
Tints of Dark Chestnut #916E66
RGB
CMYK
RGB Variations
Color information
#916E66 (or 0x916E66) is known color: Dark Chestnut. HEX triplet: 91, 6E and 66. RGB value is (145,110,102). Sum of RGB (Red+Green+Blue) = 145+110+102=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E66 is #6E9199. Grayscale: #777777. Windows color (decimal): -7246234 or 6712977. OLE color: 6712977.
HSL color Cylindrical-coordinate representation of color #916E66: hue angle of 11.16º degrees, saturation: 0.17, 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 #916E66 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 102 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.43 |
| HSL | 11.16º | 0.17% | 0.48% | - |
| HSV(B) | 11.16º | 0.3% | 0.57% | - |
| XYZ | 19.65 | 18.13 | 15.03 | - |
| YUV | 119.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 102 | 0 | 0.24 | 0.30 | 0.43 | 11.16 | 0.17 | 0.48 |
| Hex | 91 | 6E | 66 | 0 | 18 | 1E | 2B | B | 11 | 30 |
| Octal | 221 | 156 | 146 | 0 | 30 | 36 | 53 | 13 | 21 | 60 |
| Binary | 10010001 | 1101110 | 1100110 | 0 | 11000 | 11110 | 101011 | 1011 | 10001 | 110000 |
Color Harmonies of #916E66
Complementary color
Monochromatic Colors of #916E66
Black with #916E66
Text Example
Text Example
White with #916E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E66; }
p { color: rgb(145,110,102); }
H1.HeaderClassName
{
color: #916E66;
}
.AnyTagClassName
{
color: #916E66;
}
</style>
background-color css
<style>
a { background-color: #916E66; }
a { background-color: rgb(145,110,102); }
div.DivClassName
{
background-color: #916E66;
}
.BgClassName
{
background-color: #916E66;
}
</style>
border-color css
<style>
span { border-color: #916E66; }
span { border-color: rgb(145,110,102); }
td.TdClassName
{
border-color: #916E66;
}
.TagClassName
{
border-color: #916E66;
}
</style>