Shades of Dark Chestnut #916659
Tints of Dark Chestnut #916659
RGB
CMYK
RGB Variations
Color information
#916659 (or 0x916659) is known color: Dark Chestnut. HEX triplet: 91, 66 and 59. RGB value is (145,102,89). Sum of RGB (Red+Green+Blue) = 145+102+89=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #916659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916659 is #6E99A6. Grayscale: #717171. Windows color (decimal): -7248295 or 5858961. OLE color: 5858961.
HSL color Cylindrical-coordinate representation of color #916659: hue angle of 13.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916659 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 89 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.43 |
| HSL | 13.93º | 0.24% | 0.46% | - |
| HSV(B) | 13.93º | 0.39% | 0.57% | - |
| XYZ | 18.23 | 16.24 | 11.63 | - |
| YUV | 113.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 89 | 0 | 0.30 | 0.39 | 0.43 | 13.93 | 0.24 | 0.46 |
| Hex | 91 | 66 | 59 | 0 | 1E | 27 | 2B | E | 18 | 2E |
| Octal | 221 | 146 | 131 | 0 | 36 | 47 | 53 | 16 | 30 | 56 |
| Binary | 10010001 | 1100110 | 1011001 | 0 | 11110 | 100111 | 101011 | 1110 | 11000 | 101110 |
Color Harmonies of #916659
Complementary color
Monochromatic Colors of #916659
Black with #916659
Text Example
Text Example
White with #916659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916659; }
p { color: rgb(145,102,89); }
H1.HeaderClassName
{
color: #916659;
}
.AnyTagClassName
{
color: #916659;
}
</style>
background-color css
<style>
a { background-color: #916659; }
a { background-color: rgb(145,102,89); }
div.DivClassName
{
background-color: #916659;
}
.BgClassName
{
background-color: #916659;
}
</style>
border-color css
<style>
span { border-color: #916659; }
span { border-color: rgb(145,102,89); }
td.TdClassName
{
border-color: #916659;
}
.TagClassName
{
border-color: #916659;
}
</style>