Shades of Copper Rust #91564E
Tints of Copper Rust #91564E
RGB
CMYK
RGB Variations
Color information
#91564E (or 0x91564E) is known color: Copper Rust. HEX triplet: 91, 56 and 4E. RGB value is (145,86,78). Sum of RGB (Red+Green+Blue) = 145+86+78=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91564E is #6EA9B1. Grayscale: #666666. Windows color (decimal): -7252402 or 5133969. OLE color: 5133969.
HSL color Cylindrical-coordinate representation of color #91564E: hue angle of 7.16º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91564E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 78 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.43 |
| HSL | 7.16º | 0.3% | 0.44% | - |
| HSV(B) | 7.16º | 0.46% | 0.57% | - |
| XYZ | 16.38 | 13.23 | 8.9 | - |
| YUV | 102.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 78 | 0 | 0.41 | 0.46 | 0.43 | 7.16 | 0.3 | 0.44 |
| Hex | 91 | 56 | 4E | 0 | 29 | 2E | 2B | 7 | 1E | 2C |
| Octal | 221 | 126 | 116 | 0 | 51 | 56 | 53 | 7 | 36 | 54 |
| Binary | 10010001 | 1010110 | 1001110 | 0 | 101001 | 101110 | 101011 | 111 | 11110 | 101100 |
Color Harmonies of #91564E
Complementary color
Monochromatic Colors of #91564E
Black with #91564E
Text Example
Text Example
White with #91564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91564E; }
p { color: rgb(145,86,78); }
H1.HeaderClassName
{
color: #91564E;
}
.AnyTagClassName
{
color: #91564E;
}
</style>
background-color css
<style>
a { background-color: #91564E; }
a { background-color: rgb(145,86,78); }
div.DivClassName
{
background-color: #91564E;
}
.BgClassName
{
background-color: #91564E;
}
</style>
border-color css
<style>
span { border-color: #91564E; }
span { border-color: rgb(145,86,78); }
td.TdClassName
{
border-color: #91564E;
}
.TagClassName
{
border-color: #91564E;
}
</style>