Shades of Copper Rust #965A4A
Tints of Copper Rust #965A4A
RGB
CMYK
RGB Variations
Color information
#965A4A (or 0x965A4A) is known color: Copper Rust. HEX triplet: 96, 5A and 4A. RGB value is (150,90,74). Sum of RGB (Red+Green+Blue) = 150+90+74=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #965A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A4A is #69A5B5. Grayscale: #6A6A6A. Windows color (decimal): -6923702 or 4872854. OLE color: 4872854.
HSL color Cylindrical-coordinate representation of color #965A4A: hue angle of 12.63º degrees, saturation: 0.34, 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 #965A4A is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 74 | - |
| CMYK | 0 | 0.4 | 0.51 | 0.41 |
| HSL | 12.63º | 0.34% | 0.44% | - |
| HSV(B) | 12.63º | 0.51% | 0.59% | - |
| XYZ | 17.47 | 14.29 | 8.32 | - |
| YUV | 106.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 74 | 0 | 0.4 | 0.51 | 0.41 | 12.63 | 0.34 | 0.44 |
| Hex | 96 | 5A | 4A | 0 | 28 | 33 | 29 | D | 22 | 2C |
| Octal | 226 | 132 | 112 | 0 | 50 | 63 | 51 | 15 | 42 | 54 |
| Binary | 10010110 | 1011010 | 1001010 | 0 | 101000 | 110011 | 101001 | 1101 | 100010 | 101100 |
Color Harmonies of #965A4A
Complementary color
Monochromatic Colors of #965A4A
Black with #965A4A
Text Example
Text Example
White with #965A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A4A; }
p { color: rgb(150,90,74); }
H1.HeaderClassName
{
color: #965A4A;
}
.AnyTagClassName
{
color: #965A4A;
}
</style>
background-color css
<style>
a { background-color: #965A4A; }
a { background-color: rgb(150,90,74); }
div.DivClassName
{
background-color: #965A4A;
}
.BgClassName
{
background-color: #965A4A;
}
</style>
border-color css
<style>
span { border-color: #965A4A; }
span { border-color: rgb(150,90,74); }
td.TdClassName
{
border-color: #965A4A;
}
.TagClassName
{
border-color: #965A4A;
}
</style>