Shades of Copper Rust #965150
Tints of Copper Rust #965150
RGB
CMYK
RGB Variations
Color information
#965150 (or 0x965150) is known color: Copper Rust. HEX triplet: 96, 51 and 50. RGB value is (150,81,80). Sum of RGB (Red+Green+Blue) = 150+81+80=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #965150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965150 is #69AEAF. Grayscale: #656565. Windows color (decimal): -6926000 or 5263766. OLE color: 5263766.
HSL color Cylindrical-coordinate representation of color #965150: hue angle of 0.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965150 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 80 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.41 |
| HSL | 0.86º | 0.3% | 0.45% | - |
| HSV(B) | 0.86º | 0.47% | 0.59% | - |
| XYZ | 16.97 | 12.95 | 9.19 | - |
| YUV | 101.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 80 | 0 | 0.46 | 0.47 | 0.41 | 0.86 | 0.3 | 0.45 |
| Hex | 96 | 51 | 50 | 0 | 2E | 2F | 29 | 1 | 1E | 2D |
| Octal | 226 | 121 | 120 | 0 | 56 | 57 | 51 | 1 | 36 | 55 |
| Binary | 10010110 | 1010001 | 1010000 | 0 | 101110 | 101111 | 101001 | 1 | 11110 | 101101 |
Color Harmonies of #965150
Complementary color
Monochromatic Colors of #965150
Black with #965150
Text Example
Text Example
White with #965150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965150; }
p { color: rgb(150,81,80); }
H1.HeaderClassName
{
color: #965150;
}
.AnyTagClassName
{
color: #965150;
}
</style>
background-color css
<style>
a { background-color: #965150; }
a { background-color: rgb(150,81,80); }
div.DivClassName
{
background-color: #965150;
}
.BgClassName
{
background-color: #965150;
}
</style>
border-color css
<style>
span { border-color: #965150; }
span { border-color: rgb(150,81,80); }
td.TdClassName
{
border-color: #965150;
}
.TagClassName
{
border-color: #965150;
}
</style>