Shades of Copper Rust #9D564C
Tints of Copper Rust #9D564C
RGB
CMYK
RGB Variations
Color information
#9D564C (or 0x9D564C) is known color: Copper Rust. HEX triplet: 9D, 56 and 4C. RGB value is (157,86,76). Sum of RGB (Red+Green+Blue) = 157+86+76=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D564C is #62A9B3. Grayscale: #6A6A6A. Windows color (decimal): -6465972 or 5002909. OLE color: 5002909.
HSL color Cylindrical-coordinate representation of color #9D564C: hue angle of 7.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D564C is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 76 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.38 |
| HSL | 7.41º | 0.35% | 0.46% | - |
| HSV(B) | 7.41º | 0.52% | 0.62% | - |
| XYZ | 18.54 | 14.35 | 8.63 | - |
| YUV | 106.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 76 | 0 | 0.45 | 0.52 | 0.38 | 7.41 | 0.35 | 0.46 |
| Hex | 9D | 56 | 4C | 0 | 2D | 34 | 26 | 7 | 23 | 2E |
| Octal | 235 | 126 | 114 | 0 | 55 | 64 | 46 | 7 | 43 | 56 |
| Binary | 10011101 | 1010110 | 1001100 | 0 | 101101 | 110100 | 100110 | 111 | 100011 | 101110 |
Color Harmonies of #9D564C
Complementary color
Monochromatic Colors of #9D564C
Black with #9D564C
Text Example
Text Example
White with #9D564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D564C; }
p { color: rgb(157,86,76); }
H1.HeaderClassName
{
color: #9D564C;
}
.AnyTagClassName
{
color: #9D564C;
}
</style>
background-color css
<style>
a { background-color: #9D564C; }
a { background-color: rgb(157,86,76); }
div.DivClassName
{
background-color: #9D564C;
}
.BgClassName
{
background-color: #9D564C;
}
</style>
border-color css
<style>
span { border-color: #9D564C; }
span { border-color: rgb(157,86,76); }
td.TdClassName
{
border-color: #9D564C;
}
.TagClassName
{
border-color: #9D564C;
}
</style>