Shades of Dark Chestnut #916D62
Tints of Dark Chestnut #916D62
RGB
CMYK
RGB Variations
Color information
#916D62 (or 0x916D62) is known color: Dark Chestnut. HEX triplet: 91, 6D and 62. RGB value is (145,109,98). Sum of RGB (Red+Green+Blue) = 145+109+98=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D62 is #6E929D. Grayscale: #767676. Windows color (decimal): -7246494 or 6450577. OLE color: 6450577.
HSL color Cylindrical-coordinate representation of color #916D62: hue angle of 14.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916D62 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 98 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.43 |
| HSL | 14.04º | 0.19% | 0.48% | - |
| HSV(B) | 14.04º | 0.32% | 0.57% | - |
| XYZ | 19.35 | 17.84 | 13.98 | - |
| YUV | 118.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 98 | 0 | 0.25 | 0.32 | 0.43 | 14.04 | 0.19 | 0.48 |
| Hex | 91 | 6D | 62 | 0 | 19 | 20 | 2B | E | 13 | 30 |
| Octal | 221 | 155 | 142 | 0 | 31 | 40 | 53 | 16 | 23 | 60 |
| Binary | 10010001 | 1101101 | 1100010 | 0 | 11001 | 100000 | 101011 | 1110 | 10011 | 110000 |
Color Harmonies of #916D62
Complementary color
Monochromatic Colors of #916D62
Black with #916D62
Text Example
Text Example
White with #916D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D62; }
p { color: rgb(145,109,98); }
H1.HeaderClassName
{
color: #916D62;
}
.AnyTagClassName
{
color: #916D62;
}
</style>
background-color css
<style>
a { background-color: #916D62; }
a { background-color: rgb(145,109,98); }
div.DivClassName
{
background-color: #916D62;
}
.BgClassName
{
background-color: #916D62;
}
</style>
border-color css
<style>
span { border-color: #916D62; }
span { border-color: rgb(145,109,98); }
td.TdClassName
{
border-color: #916D62;
}
.TagClassName
{
border-color: #916D62;
}
</style>