Shades of Copper Rust #9C564C
Tints of Copper Rust #9C564C
RGB
CMYK
RGB Variations
Color information
#9C564C (or 0x9C564C) is known color: Copper Rust. HEX triplet: 9C, 56 and 4C. RGB value is (156,86,76). Sum of RGB (Red+Green+Blue) = 156+86+76=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C564C is #63A9B3. Grayscale: #696969. Windows color (decimal): -6531508 or 5002908. OLE color: 5002908.
HSL color Cylindrical-coordinate representation of color #9C564C: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C564C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 76 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.39 |
| HSL | 7.5º | 0.34% | 0.45% | - |
| HSV(B) | 7.5º | 0.51% | 0.61% | - |
| XYZ | 18.34 | 14.25 | 8.62 | - |
| YUV | 105.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 76 | 0 | 0.45 | 0.51 | 0.39 | 7.5 | 0.34 | 0.45 |
| Hex | 9C | 56 | 4C | 0 | 2D | 33 | 27 | 8 | 22 | 2D |
| Octal | 234 | 126 | 114 | 0 | 55 | 63 | 47 | 10 | 42 | 55 |
| Binary | 10011100 | 1010110 | 1001100 | 0 | 101101 | 110011 | 100111 | 1000 | 100010 | 101101 |
Color Harmonies of #9C564C
Complementary color
Monochromatic Colors of #9C564C
Black with #9C564C
Text Example
Text Example
White with #9C564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C564C; }
p { color: rgb(156,86,76); }
H1.HeaderClassName
{
color: #9C564C;
}
.AnyTagClassName
{
color: #9C564C;
}
</style>
background-color css
<style>
a { background-color: #9C564C; }
a { background-color: rgb(156,86,76); }
div.DivClassName
{
background-color: #9C564C;
}
.BgClassName
{
background-color: #9C564C;
}
</style>
border-color css
<style>
span { border-color: #9C564C; }
span { border-color: rgb(156,86,76); }
td.TdClassName
{
border-color: #9C564C;
}
.TagClassName
{
border-color: #9C564C;
}
</style>