Shades of Copper Rust #964E4A
Tints of Copper Rust #964E4A
RGB
CMYK
RGB Variations
Color information
#964E4A (or 0x964E4A) is known color: Copper Rust. HEX triplet: 96, 4E and 4A. RGB value is (150,78,74). Sum of RGB (Red+Green+Blue) = 150+78+74=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #964E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E4A is #69B1B5. Grayscale: #636363. Windows color (decimal): -6926774 or 4869782. OLE color: 4869782.
HSL color Cylindrical-coordinate representation of color #964E4A: hue angle of 3.16º 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 #964E4A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 74 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.41 |
| HSL | 3.16º | 0.34% | 0.44% | - |
| HSV(B) | 3.16º | 0.51% | 0.59% | - |
| XYZ | 16.54 | 12.43 | 8.01 | - |
| YUV | 99.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 74 | 0 | 0.48 | 0.51 | 0.41 | 3.16 | 0.34 | 0.44 |
| Hex | 96 | 4E | 4A | 0 | 30 | 33 | 29 | 3 | 22 | 2C |
| Octal | 226 | 116 | 112 | 0 | 60 | 63 | 51 | 3 | 42 | 54 |
| Binary | 10010110 | 1001110 | 1001010 | 0 | 110000 | 110011 | 101001 | 11 | 100010 | 101100 |
Color Harmonies of #964E4A
Complementary color
Monochromatic Colors of #964E4A
Black with #964E4A
Text Example
Text Example
White with #964E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E4A; }
p { color: rgb(150,78,74); }
H1.HeaderClassName
{
color: #964E4A;
}
.AnyTagClassName
{
color: #964E4A;
}
</style>
background-color css
<style>
a { background-color: #964E4A; }
a { background-color: rgb(150,78,74); }
div.DivClassName
{
background-color: #964E4A;
}
.BgClassName
{
background-color: #964E4A;
}
</style>
border-color css
<style>
span { border-color: #964E4A; }
span { border-color: rgb(150,78,74); }
td.TdClassName
{
border-color: #964E4A;
}
.TagClassName
{
border-color: #964E4A;
}
</style>