Shades of Copper Rust #965754
Tints of Copper Rust #965754
RGB
CMYK
RGB Variations
Color information
#965754 (or 0x965754) is known color: Copper Rust. HEX triplet: 96, 57 and 54. RGB value is (150,87,84). Sum of RGB (Red+Green+Blue) = 150+87+84=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965754 is #69A8AB. Grayscale: #696969. Windows color (decimal): -6924460 or 5527446. OLE color: 5527446.
HSL color Cylindrical-coordinate representation of color #965754: hue angle of 2.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965754 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 84 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.41 |
| HSL | 2.73º | 0.28% | 0.46% | - |
| HSV(B) | 2.73º | 0.44% | 0.59% | - |
| XYZ | 17.59 | 13.94 | 10.15 | - |
| YUV | 105.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 84 | 0 | 0.42 | 0.44 | 0.41 | 2.73 | 0.28 | 0.46 |
| Hex | 96 | 57 | 54 | 0 | 2A | 2C | 29 | 3 | 1C | 2E |
| Octal | 226 | 127 | 124 | 0 | 52 | 54 | 51 | 3 | 34 | 56 |
| Binary | 10010110 | 1010111 | 1010100 | 0 | 101010 | 101100 | 101001 | 11 | 11100 | 101110 |
Color Harmonies of #965754
Complementary color
Monochromatic Colors of #965754
Black with #965754
Text Example
Text Example
White with #965754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965754; }
p { color: rgb(150,87,84); }
H1.HeaderClassName
{
color: #965754;
}
.AnyTagClassName
{
color: #965754;
}
</style>
background-color css
<style>
a { background-color: #965754; }
a { background-color: rgb(150,87,84); }
div.DivClassName
{
background-color: #965754;
}
.BgClassName
{
background-color: #965754;
}
</style>
border-color css
<style>
span { border-color: #965754; }
span { border-color: rgb(150,87,84); }
td.TdClassName
{
border-color: #965754;
}
.TagClassName
{
border-color: #965754;
}
</style>