Shades of Copper Rust #97564D
Tints of Copper Rust #97564D
RGB
CMYK
RGB Variations
Color information
#97564D (or 0x97564D) is known color: Copper Rust. HEX triplet: 97, 56 and 4D. RGB value is (151,86,77). Sum of RGB (Red+Green+Blue) = 151+86+77=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97564D is #68A9B2. Grayscale: #686868. Windows color (decimal): -6859187 or 5068439. OLE color: 5068439.
HSL color Cylindrical-coordinate representation of color #97564D: hue angle of 7.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97564D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 77 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.41 |
| HSL | 7.3º | 0.32% | 0.45% | - |
| HSV(B) | 7.3º | 0.49% | 0.59% | - |
| XYZ | 17.43 | 13.77 | 8.76 | - |
| YUV | 104.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 77 | 0 | 0.43 | 0.49 | 0.41 | 7.3 | 0.32 | 0.45 |
| Hex | 97 | 56 | 4D | 0 | 2B | 31 | 29 | 7 | 20 | 2D |
| Octal | 227 | 126 | 115 | 0 | 53 | 61 | 51 | 7 | 40 | 55 |
| Binary | 10010111 | 1010110 | 1001101 | 0 | 101011 | 110001 | 101001 | 111 | 100000 | 101101 |
Color Harmonies of #97564D
Complementary color
Monochromatic Colors of #97564D
Black with #97564D
Text Example
Text Example
White with #97564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97564D; }
p { color: rgb(151,86,77); }
H1.HeaderClassName
{
color: #97564D;
}
.AnyTagClassName
{
color: #97564D;
}
</style>
background-color css
<style>
a { background-color: #97564D; }
a { background-color: rgb(151,86,77); }
div.DivClassName
{
background-color: #97564D;
}
.BgClassName
{
background-color: #97564D;
}
</style>
border-color css
<style>
span { border-color: #97564D; }
span { border-color: rgb(151,86,77); }
td.TdClassName
{
border-color: #97564D;
}
.TagClassName
{
border-color: #97564D;
}
</style>