Shades of Copper Rust #91564C
Tints of Copper Rust #91564C
RGB
CMYK
RGB Variations
Color information
#91564C (or 0x91564C) is known color: Copper Rust. HEX triplet: 91, 56 and 4C. RGB value is (145,86,76). Sum of RGB (Red+Green+Blue) = 145+86+76=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91564C is #6EA9B3. Grayscale: #666666. Windows color (decimal): -7252404 or 5002897. OLE color: 5002897.
HSL color Cylindrical-coordinate representation of color #91564C: hue angle of 8.7º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91564C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 76 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.43 |
| HSL | 8.7º | 0.31% | 0.43% | - |
| HSV(B) | 8.7º | 0.48% | 0.57% | - |
| XYZ | 16.31 | 13.2 | 8.53 | - |
| YUV | 102.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 76 | 0 | 0.41 | 0.48 | 0.43 | 8.7 | 0.31 | 0.43 |
| Hex | 91 | 56 | 4C | 0 | 29 | 30 | 2B | 9 | 1F | 2B |
| Octal | 221 | 126 | 114 | 0 | 51 | 60 | 53 | 11 | 37 | 53 |
| Binary | 10010001 | 1010110 | 1001100 | 0 | 101001 | 110000 | 101011 | 1001 | 11111 | 101011 |
Color Harmonies of #91564C
Complementary color
Monochromatic Colors of #91564C
Black with #91564C
Text Example
Text Example
White with #91564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91564C; }
p { color: rgb(145,86,76); }
H1.HeaderClassName
{
color: #91564C;
}
.AnyTagClassName
{
color: #91564C;
}
</style>
background-color css
<style>
a { background-color: #91564C; }
a { background-color: rgb(145,86,76); }
div.DivClassName
{
background-color: #91564C;
}
.BgClassName
{
background-color: #91564C;
}
</style>
border-color css
<style>
span { border-color: #91564C; }
span { border-color: rgb(145,86,76); }
td.TdClassName
{
border-color: #91564C;
}
.TagClassName
{
border-color: #91564C;
}
</style>