Shades of Copper Rust #9C564A
Tints of Copper Rust #9C564A
RGB
CMYK
RGB Variations
Color information
#9C564A (or 0x9C564A) is known color: Copper Rust. HEX triplet: 9C, 56 and 4A. RGB value is (156,86,74). Sum of RGB (Red+Green+Blue) = 156+86+74=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C564A is #63A9B5. Grayscale: #696969. Windows color (decimal): -6531510 or 4871836. OLE color: 4871836.
HSL color Cylindrical-coordinate representation of color #9C564A: hue angle of 8.78º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C564A is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 74 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.39 |
| HSL | 8.78º | 0.36% | 0.45% | - |
| HSV(B) | 8.78º | 0.53% | 0.61% | - |
| XYZ | 18.27 | 14.22 | 8.26 | - |
| YUV | 105.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 74 | 0 | 0.45 | 0.53 | 0.39 | 8.78 | 0.36 | 0.45 |
| Hex | 9C | 56 | 4A | 0 | 2D | 35 | 27 | 9 | 24 | 2D |
| Octal | 234 | 126 | 112 | 0 | 55 | 65 | 47 | 11 | 44 | 55 |
| Binary | 10011100 | 1010110 | 1001010 | 0 | 101101 | 110101 | 100111 | 1001 | 100100 | 101101 |
Color Harmonies of #9C564A
Complementary color
Monochromatic Colors of #9C564A
Black with #9C564A
Text Example
Text Example
White with #9C564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C564A; }
p { color: rgb(156,86,74); }
H1.HeaderClassName
{
color: #9C564A;
}
.AnyTagClassName
{
color: #9C564A;
}
</style>
background-color css
<style>
a { background-color: #9C564A; }
a { background-color: rgb(156,86,74); }
div.DivClassName
{
background-color: #9C564A;
}
.BgClassName
{
background-color: #9C564A;
}
</style>
border-color css
<style>
span { border-color: #9C564A; }
span { border-color: rgb(156,86,74); }
td.TdClassName
{
border-color: #9C564A;
}
.TagClassName
{
border-color: #9C564A;
}
</style>