Shades of Dark Chestnut #91716A
Tints of Dark Chestnut #91716A
RGB
CMYK
RGB Variations
Color information
#91716A (or 0x91716A) is known color: Dark Chestnut. HEX triplet: 91, 71 and 6A. RGB value is (145,113,106). Sum of RGB (Red+Green+Blue) = 145+113+106=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #91716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91716A is #6E8E95. Grayscale: #797979. Windows color (decimal): -7245462 or 6975889. OLE color: 6975889.
HSL color Cylindrical-coordinate representation of color #91716A: hue angle of 10.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91716A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 106 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.43 |
| HSL | 10.77º | 0.16% | 0.49% | - |
| HSV(B) | 10.77º | 0.27% | 0.57% | - |
| XYZ | 20.18 | 18.87 | 16.21 | - |
| YUV | 121.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 106 | 0 | 0.22 | 0.27 | 0.43 | 10.77 | 0.16 | 0.49 |
| Hex | 91 | 71 | 6A | 0 | 16 | 1B | 2B | B | 10 | 31 |
| Octal | 221 | 161 | 152 | 0 | 26 | 33 | 53 | 13 | 20 | 61 |
| Binary | 10010001 | 1110001 | 1101010 | 0 | 10110 | 11011 | 101011 | 1011 | 10000 | 110001 |
Color Harmonies of #91716A
Complementary color
Monochromatic Colors of #91716A
Black with #91716A
Text Example
Text Example
White with #91716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91716A; }
p { color: rgb(145,113,106); }
H1.HeaderClassName
{
color: #91716A;
}
.AnyTagClassName
{
color: #91716A;
}
</style>
background-color css
<style>
a { background-color: #91716A; }
a { background-color: rgb(145,113,106); }
div.DivClassName
{
background-color: #91716A;
}
.BgClassName
{
background-color: #91716A;
}
</style>
border-color css
<style>
span { border-color: #91716A; }
span { border-color: rgb(145,113,106); }
td.TdClassName
{
border-color: #91716A;
}
.TagClassName
{
border-color: #91716A;
}
</style>