Shades of Copper Rust #9E564E
Tints of Copper Rust #9E564E
RGB
CMYK
RGB Variations
Color information
#9E564E (or 0x9E564E) is known color: Copper Rust. HEX triplet: 9E, 56 and 4E. RGB value is (158,86,78). Sum of RGB (Red+Green+Blue) = 158+86+78=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E564E is #61A9B1. Grayscale: #6A6A6A. Windows color (decimal): -6400434 or 5133982. OLE color: 5133982.
HSL color Cylindrical-coordinate representation of color #9E564E: hue angle of 6º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E564E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 78 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.38 |
| HSL | 6º | 0.34% | 0.46% | - |
| HSV(B) | 6º | 0.51% | 0.62% | - |
| XYZ | 18.8 | 14.47 | 9.01 | - |
| YUV | 106.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 78 | 0 | 0.46 | 0.51 | 0.38 | 6 | 0.34 | 0.46 |
| Hex | 9E | 56 | 4E | 0 | 2E | 33 | 26 | 6 | 22 | 2E |
| Octal | 236 | 126 | 116 | 0 | 56 | 63 | 46 | 6 | 42 | 56 |
| Binary | 10011110 | 1010110 | 1001110 | 0 | 101110 | 110011 | 100110 | 110 | 100010 | 101110 |
Color Harmonies of #9E564E
Complementary color
Monochromatic Colors of #9E564E
Black with #9E564E
Text Example
Text Example
White with #9E564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E564E; }
p { color: rgb(158,86,78); }
H1.HeaderClassName
{
color: #9E564E;
}
.AnyTagClassName
{
color: #9E564E;
}
</style>
background-color css
<style>
a { background-color: #9E564E; }
a { background-color: rgb(158,86,78); }
div.DivClassName
{
background-color: #9E564E;
}
.BgClassName
{
background-color: #9E564E;
}
</style>
border-color css
<style>
span { border-color: #9E564E; }
span { border-color: rgb(158,86,78); }
td.TdClassName
{
border-color: #9E564E;
}
.TagClassName
{
border-color: #9E564E;
}
</style>