Shades of Copper Rust #965851
Tints of Copper Rust #965851
RGB
CMYK
RGB Variations
Color information
#965851 (or 0x965851) is known color: Copper Rust. HEX triplet: 96, 58 and 51. RGB value is (150,88,81). Sum of RGB (Red+Green+Blue) = 150+88+81=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965851 is #69A7AE. Grayscale: #696969. Windows color (decimal): -6924207 or 5331094. OLE color: 5331094.
HSL color Cylindrical-coordinate representation of color #965851: hue angle of 6.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965851 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 81 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.41 |
| HSL | 6.09º | 0.3% | 0.45% | - |
| HSV(B) | 6.09º | 0.46% | 0.59% | - |
| XYZ | 17.55 | 14.06 | 9.57 | - |
| YUV | 105.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 81 | 0 | 0.41 | 0.46 | 0.41 | 6.09 | 0.3 | 0.45 |
| Hex | 96 | 58 | 51 | 0 | 29 | 2E | 29 | 6 | 1E | 2D |
| Octal | 226 | 130 | 121 | 0 | 51 | 56 | 51 | 6 | 36 | 55 |
| Binary | 10010110 | 1011000 | 1010001 | 0 | 101001 | 101110 | 101001 | 110 | 11110 | 101101 |
Color Harmonies of #965851
Complementary color
Monochromatic Colors of #965851
Black with #965851
Text Example
Text Example
White with #965851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965851; }
p { color: rgb(150,88,81); }
H1.HeaderClassName
{
color: #965851;
}
.AnyTagClassName
{
color: #965851;
}
</style>
background-color css
<style>
a { background-color: #965851; }
a { background-color: rgb(150,88,81); }
div.DivClassName
{
background-color: #965851;
}
.BgClassName
{
background-color: #965851;
}
</style>
border-color css
<style>
span { border-color: #965851; }
span { border-color: rgb(150,88,81); }
td.TdClassName
{
border-color: #965851;
}
.TagClassName
{
border-color: #965851;
}
</style>