Shades of Dark Chestnut #91645E
Tints of Dark Chestnut #91645E
RGB
CMYK
RGB Variations
Color information
#91645E (or 0x91645E) is known color: Dark Chestnut. HEX triplet: 91, 64 and 5E. RGB value is (145,100,94). Sum of RGB (Red+Green+Blue) = 145+100+94=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91645E is #6E9BA1. Grayscale: #707070. Windows color (decimal): -7248802 or 6186129. OLE color: 6186129.
HSL color Cylindrical-coordinate representation of color #91645E: hue angle of 7.06º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91645E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 94 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.43 |
| HSL | 7.06º | 0.21% | 0.47% | - |
| HSV(B) | 7.06º | 0.35% | 0.57% | - |
| XYZ | 18.25 | 15.94 | 12.7 | - |
| YUV | 112.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 94 | 0 | 0.31 | 0.35 | 0.43 | 7.06 | 0.21 | 0.47 |
| Hex | 91 | 64 | 5E | 0 | 1F | 23 | 2B | 7 | 15 | 2F |
| Octal | 221 | 144 | 136 | 0 | 37 | 43 | 53 | 7 | 25 | 57 |
| Binary | 10010001 | 1100100 | 1011110 | 0 | 11111 | 100011 | 101011 | 111 | 10101 | 101111 |
Color Harmonies of #91645E
Complementary color
Monochromatic Colors of #91645E
Black with #91645E
Text Example
Text Example
White with #91645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91645E; }
p { color: rgb(145,100,94); }
H1.HeaderClassName
{
color: #91645E;
}
.AnyTagClassName
{
color: #91645E;
}
</style>
background-color css
<style>
a { background-color: #91645E; }
a { background-color: rgb(145,100,94); }
div.DivClassName
{
background-color: #91645E;
}
.BgClassName
{
background-color: #91645E;
}
</style>
border-color css
<style>
span { border-color: #91645E; }
span { border-color: rgb(145,100,94); }
td.TdClassName
{
border-color: #91645E;
}
.TagClassName
{
border-color: #91645E;
}
</style>