Shades of Copper Rust #965047
Tints of Copper Rust #965047
RGB
CMYK
RGB Variations
Color information
#965047 (or 0x965047) is known color: Copper Rust. HEX triplet: 96, 50 and 47. RGB value is (150,80,71). Sum of RGB (Red+Green+Blue) = 150+80+71=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965047 is #69AFB8. Grayscale: #646464. Windows color (decimal): -6926265 or 4673686. OLE color: 4673686.
HSL color Cylindrical-coordinate representation of color #965047: hue angle of 6.84º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965047 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 71 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.41 |
| HSL | 6.84º | 0.36% | 0.43% | - |
| HSV(B) | 6.84º | 0.53% | 0.59% | - |
| XYZ | 16.58 | 12.68 | 7.53 | - |
| YUV | 99.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 71 | 0 | 0.47 | 0.53 | 0.41 | 6.84 | 0.36 | 0.43 |
| Hex | 96 | 50 | 47 | 0 | 2F | 35 | 29 | 7 | 24 | 2B |
| Octal | 226 | 120 | 107 | 0 | 57 | 65 | 51 | 7 | 44 | 53 |
| Binary | 10010110 | 1010000 | 1000111 | 0 | 101111 | 110101 | 101001 | 111 | 100100 | 101011 |
Color Harmonies of #965047
Complementary color
Monochromatic Colors of #965047
Black with #965047
Text Example
Text Example
White with #965047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965047; }
p { color: rgb(150,80,71); }
H1.HeaderClassName
{
color: #965047;
}
.AnyTagClassName
{
color: #965047;
}
</style>
background-color css
<style>
a { background-color: #965047; }
a { background-color: rgb(150,80,71); }
div.DivClassName
{
background-color: #965047;
}
.BgClassName
{
background-color: #965047;
}
</style>
border-color css
<style>
span { border-color: #965047; }
span { border-color: rgb(150,80,71); }
td.TdClassName
{
border-color: #965047;
}
.TagClassName
{
border-color: #965047;
}
</style>