Shades of Copper Rust #965546
Tints of Copper Rust #965546
RGB
CMYK
RGB Variations
Color information
#965546 (or 0x965546) is known color: Copper Rust. HEX triplet: 96, 55 and 46. RGB value is (150,85,70). Sum of RGB (Red+Green+Blue) = 150+85+70=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #965546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965546 is #69AAB9. Grayscale: #666666. Windows color (decimal): -6924986 or 4609430. OLE color: 4609430.
HSL color Cylindrical-coordinate representation of color #965546: hue angle of 11.25º 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 #965546 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 70 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.41 |
| HSL | 11.25º | 0.36% | 0.43% | - |
| HSV(B) | 11.25º | 0.53% | 0.59% | - |
| XYZ | 16.93 | 13.42 | 7.49 | - |
| YUV | 102.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 70 | 0 | 0.43 | 0.53 | 0.41 | 11.25 | 0.36 | 0.43 |
| Hex | 96 | 55 | 46 | 0 | 2B | 35 | 29 | B | 24 | 2B |
| Octal | 226 | 125 | 106 | 0 | 53 | 65 | 51 | 13 | 44 | 53 |
| Binary | 10010110 | 1010101 | 1000110 | 0 | 101011 | 110101 | 101001 | 1011 | 100100 | 101011 |
Color Harmonies of #965546
Complementary color
Monochromatic Colors of #965546
Black with #965546
Text Example
Text Example
White with #965546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965546; }
p { color: rgb(150,85,70); }
H1.HeaderClassName
{
color: #965546;
}
.AnyTagClassName
{
color: #965546;
}
</style>
background-color css
<style>
a { background-color: #965546; }
a { background-color: rgb(150,85,70); }
div.DivClassName
{
background-color: #965546;
}
.BgClassName
{
background-color: #965546;
}
</style>
border-color css
<style>
span { border-color: #965546; }
span { border-color: rgb(150,85,70); }
td.TdClassName
{
border-color: #965546;
}
.TagClassName
{
border-color: #965546;
}
</style>