Shades of Copper Rust #965649
Tints of Copper Rust #965649
RGB
CMYK
RGB Variations
Color information
#965649 (or 0x965649) is known color: Copper Rust. HEX triplet: 96, 56 and 49. RGB value is (150,86,73). Sum of RGB (Red+Green+Blue) = 150+86+73=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #965649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965649 is #69A9B6. Grayscale: #676767. Windows color (decimal): -6924727 or 4806294. OLE color: 4806294.
HSL color Cylindrical-coordinate representation of color #965649: hue angle of 10.13º 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 #965649 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 73 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.41 |
| HSL | 10.13º | 0.35% | 0.44% | - |
| HSV(B) | 10.13º | 0.51% | 0.59% | - |
| XYZ | 17.11 | 13.62 | 8.03 | - |
| YUV | 103.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 73 | 0 | 0.43 | 0.51 | 0.41 | 10.13 | 0.35 | 0.44 |
| Hex | 96 | 56 | 49 | 0 | 2B | 33 | 29 | A | 23 | 2C |
| Octal | 226 | 126 | 111 | 0 | 53 | 63 | 51 | 12 | 43 | 54 |
| Binary | 10010110 | 1010110 | 1001001 | 0 | 101011 | 110011 | 101001 | 1010 | 100011 | 101100 |
Color Harmonies of #965649
Complementary color
Monochromatic Colors of #965649
Black with #965649
Text Example
Text Example
White with #965649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965649; }
p { color: rgb(150,86,73); }
H1.HeaderClassName
{
color: #965649;
}
.AnyTagClassName
{
color: #965649;
}
</style>
background-color css
<style>
a { background-color: #965649; }
a { background-color: rgb(150,86,73); }
div.DivClassName
{
background-color: #965649;
}
.BgClassName
{
background-color: #965649;
}
</style>
border-color css
<style>
span { border-color: #965649; }
span { border-color: rgb(150,86,73); }
td.TdClassName
{
border-color: #965649;
}
.TagClassName
{
border-color: #965649;
}
</style>