Shades of Copper Rust #965849
Tints of Copper Rust #965849
RGB
CMYK
RGB Variations
Color information
#965849 (or 0x965849) is known color: Copper Rust. HEX triplet: 96, 58 and 49. RGB value is (150,88,73). Sum of RGB (Red+Green+Blue) = 150+88+73=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #965849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965849 is #69A7B6. Grayscale: #686868. Windows color (decimal): -6924215 or 4806806. OLE color: 4806806.
HSL color Cylindrical-coordinate representation of color #965849: hue angle of 11.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965849 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 73 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.41 |
| HSL | 11.69º | 0.35% | 0.44% | - |
| HSV(B) | 11.69º | 0.51% | 0.59% | - |
| XYZ | 17.27 | 13.94 | 8.08 | - |
| YUV | 104.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 73 | 0 | 0.41 | 0.51 | 0.41 | 11.69 | 0.35 | 0.44 |
| Hex | 96 | 58 | 49 | 0 | 29 | 33 | 29 | C | 23 | 2C |
| Octal | 226 | 130 | 111 | 0 | 51 | 63 | 51 | 14 | 43 | 54 |
| Binary | 10010110 | 1011000 | 1001001 | 0 | 101001 | 110011 | 101001 | 1100 | 100011 | 101100 |
Color Harmonies of #965849
Complementary color
Monochromatic Colors of #965849
Black with #965849
Text Example
Text Example
White with #965849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965849; }
p { color: rgb(150,88,73); }
H1.HeaderClassName
{
color: #965849;
}
.AnyTagClassName
{
color: #965849;
}
</style>
background-color css
<style>
a { background-color: #965849; }
a { background-color: rgb(150,88,73); }
div.DivClassName
{
background-color: #965849;
}
.BgClassName
{
background-color: #965849;
}
</style>
border-color css
<style>
span { border-color: #965849; }
span { border-color: rgb(150,88,73); }
td.TdClassName
{
border-color: #965849;
}
.TagClassName
{
border-color: #965849;
}
</style>