Shades of Copper Rust #965747
Tints of Copper Rust #965747
RGB
CMYK
RGB Variations
Color information
#965747 (or 0x965747) is known color: Copper Rust. HEX triplet: 96, 57 and 47. RGB value is (150,87,71). Sum of RGB (Red+Green+Blue) = 150+87+71=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #965747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965747 is #69A8B8. Grayscale: #686868. Windows color (decimal): -6924473 or 4675478. OLE color: 4675478.
HSL color Cylindrical-coordinate representation of color #965747: hue angle of 12.15º 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 #965747 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 71 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.41 |
| HSL | 12.15º | 0.36% | 0.43% | - |
| HSV(B) | 12.15º | 0.53% | 0.59% | - |
| XYZ | 17.12 | 13.76 | 7.71 | - |
| YUV | 104.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 71 | 0 | 0.42 | 0.53 | 0.41 | 12.15 | 0.36 | 0.43 |
| Hex | 96 | 57 | 47 | 0 | 2A | 35 | 29 | C | 24 | 2B |
| Octal | 226 | 127 | 107 | 0 | 52 | 65 | 51 | 14 | 44 | 53 |
| Binary | 10010110 | 1010111 | 1000111 | 0 | 101010 | 110101 | 101001 | 1100 | 100100 | 101011 |
Color Harmonies of #965747
Complementary color
Monochromatic Colors of #965747
Black with #965747
Text Example
Text Example
White with #965747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965747; }
p { color: rgb(150,87,71); }
H1.HeaderClassName
{
color: #965747;
}
.AnyTagClassName
{
color: #965747;
}
</style>
background-color css
<style>
a { background-color: #965747; }
a { background-color: rgb(150,87,71); }
div.DivClassName
{
background-color: #965747;
}
.BgClassName
{
background-color: #965747;
}
</style>
border-color css
<style>
span { border-color: #965747; }
span { border-color: rgb(150,87,71); }
td.TdClassName
{
border-color: #965747;
}
.TagClassName
{
border-color: #965747;
}
</style>