Shades of Copper Rust #965449
Tints of Copper Rust #965449
RGB
CMYK
RGB Variations
Color information
#965449 (or 0x965449) is known color: Copper Rust. HEX triplet: 96, 54 and 49. RGB value is (150,84,73). Sum of RGB (Red+Green+Blue) = 150+84+73=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #965449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965449 is #69ABB6. Grayscale: #666666. Windows color (decimal): -6925239 or 4805782. OLE color: 4805782.
HSL color Cylindrical-coordinate representation of color #965449: hue angle of 8.57º 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 #965449 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 73 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.41 |
| HSL | 8.57º | 0.35% | 0.44% | - |
| HSV(B) | 8.57º | 0.51% | 0.59% | - |
| XYZ | 16.95 | 13.31 | 7.98 | - |
| YUV | 102.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 73 | 0 | 0.44 | 0.51 | 0.41 | 8.57 | 0.35 | 0.44 |
| Hex | 96 | 54 | 49 | 0 | 2C | 33 | 29 | 9 | 23 | 2C |
| Octal | 226 | 124 | 111 | 0 | 54 | 63 | 51 | 11 | 43 | 54 |
| Binary | 10010110 | 1010100 | 1001001 | 0 | 101100 | 110011 | 101001 | 1001 | 100011 | 101100 |
Color Harmonies of #965449
Complementary color
Monochromatic Colors of #965449
Black with #965449
Text Example
Text Example
White with #965449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965449; }
p { color: rgb(150,84,73); }
H1.HeaderClassName
{
color: #965449;
}
.AnyTagClassName
{
color: #965449;
}
</style>
background-color css
<style>
a { background-color: #965449; }
a { background-color: rgb(150,84,73); }
div.DivClassName
{
background-color: #965449;
}
.BgClassName
{
background-color: #965449;
}
</style>
border-color css
<style>
span { border-color: #965449; }
span { border-color: rgb(150,84,73); }
td.TdClassName
{
border-color: #965449;
}
.TagClassName
{
border-color: #965449;
}
</style>