Shades of Copper Rust #965149
Tints of Copper Rust #965149
RGB
CMYK
RGB Variations
Color information
#965149 (or 0x965149) is known color: Copper Rust. HEX triplet: 96, 51 and 49. RGB value is (150,81,73). Sum of RGB (Red+Green+Blue) = 150+81+73=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #965149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965149 is #69AEB6. Grayscale: #646464. Windows color (decimal): -6926007 or 4805014. OLE color: 4805014.
HSL color Cylindrical-coordinate representation of color #965149: hue angle of 6.23º 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 #965149 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 73 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.41 |
| HSL | 6.23º | 0.35% | 0.44% | - |
| HSV(B) | 6.23º | 0.51% | 0.59% | - |
| XYZ | 16.72 | 12.85 | 7.9 | - |
| YUV | 100.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 73 | 0 | 0.46 | 0.51 | 0.41 | 6.23 | 0.35 | 0.44 |
| Hex | 96 | 51 | 49 | 0 | 2E | 33 | 29 | 6 | 23 | 2C |
| Octal | 226 | 121 | 111 | 0 | 56 | 63 | 51 | 6 | 43 | 54 |
| Binary | 10010110 | 1010001 | 1001001 | 0 | 101110 | 110011 | 101001 | 110 | 100011 | 101100 |
Color Harmonies of #965149
Complementary color
Monochromatic Colors of #965149
Black with #965149
Text Example
Text Example
White with #965149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965149; }
p { color: rgb(150,81,73); }
H1.HeaderClassName
{
color: #965149;
}
.AnyTagClassName
{
color: #965149;
}
</style>
background-color css
<style>
a { background-color: #965149; }
a { background-color: rgb(150,81,73); }
div.DivClassName
{
background-color: #965149;
}
.BgClassName
{
background-color: #965149;
}
</style>
border-color css
<style>
span { border-color: #965149; }
span { border-color: rgb(150,81,73); }
td.TdClassName
{
border-color: #965149;
}
.TagClassName
{
border-color: #965149;
}
</style>