Shades of Copper Rust #9C564D
Tints of Copper Rust #9C564D
RGB
CMYK
RGB Variations
Color information
#9C564D (or 0x9C564D) is known color: Copper Rust. HEX triplet: 9C, 56 and 4D. RGB value is (156,86,77). Sum of RGB (Red+Green+Blue) = 156+86+77=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C564D is #63A9B2. Grayscale: #6A6A6A. Windows color (decimal): -6531507 or 5068444. OLE color: 5068444.
HSL color Cylindrical-coordinate representation of color #9C564D: hue angle of 6.84º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C564D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 77 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.39 |
| HSL | 6.84º | 0.34% | 0.46% | - |
| HSV(B) | 6.84º | 0.51% | 0.61% | - |
| XYZ | 18.38 | 14.26 | 8.8 | - |
| YUV | 105.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 77 | 0 | 0.45 | 0.51 | 0.39 | 6.84 | 0.34 | 0.46 |
| Hex | 9C | 56 | 4D | 0 | 2D | 33 | 27 | 7 | 22 | 2E |
| Octal | 234 | 126 | 115 | 0 | 55 | 63 | 47 | 7 | 42 | 56 |
| Binary | 10011100 | 1010110 | 1001101 | 0 | 101101 | 110011 | 100111 | 111 | 100010 | 101110 |
Color Harmonies of #9C564D
Complementary color
Monochromatic Colors of #9C564D
Black with #9C564D
Text Example
Text Example
White with #9C564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C564D; }
p { color: rgb(156,86,77); }
H1.HeaderClassName
{
color: #9C564D;
}
.AnyTagClassName
{
color: #9C564D;
}
</style>
background-color css
<style>
a { background-color: #9C564D; }
a { background-color: rgb(156,86,77); }
div.DivClassName
{
background-color: #9C564D;
}
.BgClassName
{
background-color: #9C564D;
}
</style>
border-color css
<style>
span { border-color: #9C564D; }
span { border-color: rgb(156,86,77); }
td.TdClassName
{
border-color: #9C564D;
}
.TagClassName
{
border-color: #9C564D;
}
</style>