Shades of Copper Rust #9F5756
Tints of Copper Rust #9F5756
RGB
CMYK
RGB Variations
Color information
#9F5756 (or 0x9F5756) is known color: Copper Rust. HEX triplet: 9F, 57 and 56. RGB value is (159,87,86). Sum of RGB (Red+Green+Blue) = 159+87+86=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5756 is #60A8A9. Grayscale: #6C6C6C. Windows color (decimal): -6334634 or 5658527. OLE color: 5658527.
HSL color Cylindrical-coordinate representation of color #9F5756: hue angle of 0.82º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5756 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 86 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.38 |
| HSL | 0.82º | 0.3% | 0.48% | - |
| HSV(B) | 0.82º | 0.46% | 0.62% | - |
| XYZ | 19.39 | 14.86 | 10.65 | - |
| YUV | 108.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 86 | 0 | 0.45 | 0.46 | 0.38 | 0.82 | 0.3 | 0.48 |
| Hex | 9F | 57 | 56 | 0 | 2D | 2E | 26 | 1 | 1E | 30 |
| Octal | 237 | 127 | 126 | 0 | 55 | 56 | 46 | 1 | 36 | 60 |
| Binary | 10011111 | 1010111 | 1010110 | 0 | 101101 | 101110 | 100110 | 1 | 11110 | 110000 |
Color Harmonies of #9F5756
Complementary color
Monochromatic Colors of #9F5756
Black with #9F5756
Text Example
Text Example
White with #9F5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5756; }
p { color: rgb(159,87,86); }
H1.HeaderClassName
{
color: #9F5756;
}
.AnyTagClassName
{
color: #9F5756;
}
</style>
background-color css
<style>
a { background-color: #9F5756; }
a { background-color: rgb(159,87,86); }
div.DivClassName
{
background-color: #9F5756;
}
.BgClassName
{
background-color: #9F5756;
}
</style>
border-color css
<style>
span { border-color: #9F5756; }
span { border-color: rgb(159,87,86); }
td.TdClassName
{
border-color: #9F5756;
}
.TagClassName
{
border-color: #9F5756;
}
</style>