Shades of Copper Rust #964A4A
Tints of Copper Rust #964A4A
RGB
CMYK
RGB Variations
Color information
#964A4A (or 0x964A4A) is known color: Copper Rust. HEX triplet: 96, 4A and 4A. RGB value is (150,74,74). Sum of RGB (Red+Green+Blue) = 150+74+74=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #964A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A4A is #69B5B5. Grayscale: #606060. Windows color (decimal): -6927798 or 4868758. OLE color: 4868758.
HSL color Cylindrical-coordinate representation of color #964A4A: hue angle of 0º 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 #964A4A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 74 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.41 |
| HSL | 0º | 0.34% | 0.44% | - |
| HSV(B) | 0º | 0.51% | 0.59% | - |
| XYZ | 16.26 | 11.88 | 7.91 | - |
| YUV | 96.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 74 | 0 | 0.51 | 0.51 | 0.41 | 0 | 0.34 | 0.44 |
| Hex | 96 | 4A | 4A | 0 | 33 | 33 | 29 | 0 | 22 | 2C |
| Octal | 226 | 112 | 112 | 0 | 63 | 63 | 51 | 0 | 42 | 54 |
| Binary | 10010110 | 1001010 | 1001010 | 0 | 110011 | 110011 | 101001 | 0 | 100010 | 101100 |
Color Harmonies of #964A4A
Complementary color
Monochromatic Colors of #964A4A
Black with #964A4A
Text Example
Text Example
White with #964A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A4A; }
p { color: rgb(150,74,74); }
H1.HeaderClassName
{
color: #964A4A;
}
.AnyTagClassName
{
color: #964A4A;
}
</style>
background-color css
<style>
a { background-color: #964A4A; }
a { background-color: rgb(150,74,74); }
div.DivClassName
{
background-color: #964A4A;
}
.BgClassName
{
background-color: #964A4A;
}
</style>
border-color css
<style>
span { border-color: #964A4A; }
span { border-color: rgb(150,74,74); }
td.TdClassName
{
border-color: #964A4A;
}
.TagClassName
{
border-color: #964A4A;
}
</style>