Shades of Copper Rust #9A564B
Tints of Copper Rust #9A564B
RGB
CMYK
RGB Variations
Color information
#9A564B (or 0x9A564B) is known color: Copper Rust. HEX triplet: 9A, 56 and 4B. RGB value is (154,86,75). Sum of RGB (Red+Green+Blue) = 154+86+75=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A564B is #65A9B4. Grayscale: #696969. Windows color (decimal): -6662581 or 4937370. OLE color: 4937370.
HSL color Cylindrical-coordinate representation of color #9A564B: hue angle of 8.35º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A564B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 86 | 75 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.40 |
| HSL | 8.35º | 0.34% | 0.45% | - |
| HSV(B) | 8.35º | 0.51% | 0.6% | - |
| XYZ | 17.92 | 14.03 | 8.42 | - |
| YUV | 105.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 75 | 0 | 0.44 | 0.51 | 0.40 | 8.35 | 0.34 | 0.45 |
| Hex | 9A | 56 | 4B | 0 | 2C | 33 | 28 | 8 | 22 | 2D |
| Octal | 232 | 126 | 113 | 0 | 54 | 63 | 50 | 10 | 42 | 55 |
| Binary | 10011010 | 1010110 | 1001011 | 0 | 101100 | 110011 | 101000 | 1000 | 100010 | 101101 |
Color Harmonies of #9A564B
Complementary color
Monochromatic Colors of #9A564B
Black with #9A564B
Text Example
Text Example
White with #9A564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A564B; }
p { color: rgb(154,86,75); }
H1.HeaderClassName
{
color: #9A564B;
}
.AnyTagClassName
{
color: #9A564B;
}
</style>
background-color css
<style>
a { background-color: #9A564B; }
a { background-color: rgb(154,86,75); }
div.DivClassName
{
background-color: #9A564B;
}
.BgClassName
{
background-color: #9A564B;
}
</style>
border-color css
<style>
span { border-color: #9A564B; }
span { border-color: rgb(154,86,75); }
td.TdClassName
{
border-color: #9A564B;
}
.TagClassName
{
border-color: #9A564B;
}
</style>