Shades of Copper Rust #9F5655
Tints of Copper Rust #9F5655
RGB
CMYK
RGB Variations
Color information
#9F5655 (or 0x9F5655) is known color: Copper Rust. HEX triplet: 9F, 56 and 55. RGB value is (159,86,85). Sum of RGB (Red+Green+Blue) = 159+86+85=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5655 is #60A9AA. Grayscale: #6B6B6B. Windows color (decimal): -6334891 or 5592735. OLE color: 5592735.
HSL color Cylindrical-coordinate representation of color #9F5655: hue angle of 0.81º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5655 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 85 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.38 |
| HSL | 0.81º | 0.3% | 0.48% | - |
| HSV(B) | 0.81º | 0.47% | 0.62% | - |
| XYZ | 19.27 | 14.68 | 10.41 | - |
| YUV | 107.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 85 | 0 | 0.46 | 0.47 | 0.38 | 0.81 | 0.3 | 0.48 |
| Hex | 9F | 56 | 55 | 0 | 2E | 2F | 26 | 1 | 1E | 30 |
| Octal | 237 | 126 | 125 | 0 | 56 | 57 | 46 | 1 | 36 | 60 |
| Binary | 10011111 | 1010110 | 1010101 | 0 | 101110 | 101111 | 100110 | 1 | 11110 | 110000 |
Color Harmonies of #9F5655
Complementary color
Monochromatic Colors of #9F5655
Black with #9F5655
Text Example
Text Example
White with #9F5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5655; }
p { color: rgb(159,86,85); }
H1.HeaderClassName
{
color: #9F5655;
}
.AnyTagClassName
{
color: #9F5655;
}
</style>
background-color css
<style>
a { background-color: #9F5655; }
a { background-color: rgb(159,86,85); }
div.DivClassName
{
background-color: #9F5655;
}
.BgClassName
{
background-color: #9F5655;
}
</style>
border-color css
<style>
span { border-color: #9F5655; }
span { border-color: rgb(159,86,85); }
td.TdClassName
{
border-color: #9F5655;
}
.TagClassName
{
border-color: #9F5655;
}
</style>