Shades of Copper Rust #97564A
Tints of Copper Rust #97564A
RGB
CMYK
RGB Variations
Color information
#97564A (or 0x97564A) is known color: Copper Rust. HEX triplet: 97, 56 and 4A. RGB value is (151,86,74). Sum of RGB (Red+Green+Blue) = 151+86+74=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97564A is #68A9B5. Grayscale: #686868. Windows color (decimal): -6859190 or 4871831. OLE color: 4871831.
HSL color Cylindrical-coordinate representation of color #97564A: hue angle of 9.35º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97564A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 74 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.41 |
| HSL | 9.35º | 0.34% | 0.44% | - |
| HSV(B) | 9.35º | 0.51% | 0.59% | - |
| XYZ | 17.33 | 13.73 | 8.22 | - |
| YUV | 104.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 74 | 0 | 0.43 | 0.51 | 0.41 | 9.35 | 0.34 | 0.44 |
| Hex | 97 | 56 | 4A | 0 | 2B | 33 | 29 | 9 | 22 | 2C |
| Octal | 227 | 126 | 112 | 0 | 53 | 63 | 51 | 11 | 42 | 54 |
| Binary | 10010111 | 1010110 | 1001010 | 0 | 101011 | 110011 | 101001 | 1001 | 100010 | 101100 |
Color Harmonies of #97564A
Complementary color
Monochromatic Colors of #97564A
Black with #97564A
Text Example
Text Example
White with #97564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97564A; }
p { color: rgb(151,86,74); }
H1.HeaderClassName
{
color: #97564A;
}
.AnyTagClassName
{
color: #97564A;
}
</style>
background-color css
<style>
a { background-color: #97564A; }
a { background-color: rgb(151,86,74); }
div.DivClassName
{
background-color: #97564A;
}
.BgClassName
{
background-color: #97564A;
}
</style>
border-color css
<style>
span { border-color: #97564A; }
span { border-color: rgb(151,86,74); }
td.TdClassName
{
border-color: #97564A;
}
.TagClassName
{
border-color: #97564A;
}
</style>