Shades of Copper Rust #964C4A
Tints of Copper Rust #964C4A
RGB
CMYK
RGB Variations
Color information
#964C4A (or 0x964C4A) is known color: Copper Rust. HEX triplet: 96, 4C and 4A. RGB value is (150,76,74). Sum of RGB (Red+Green+Blue) = 150+76+74=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #964C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C4A is #69B3B5. Grayscale: #616161. Windows color (decimal): -6927286 or 4869270. OLE color: 4869270.
HSL color Cylindrical-coordinate representation of color #964C4A: hue angle of 1.58º 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 #964C4A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 74 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.41 |
| HSL | 1.58º | 0.34% | 0.44% | - |
| HSV(B) | 1.58º | 0.51% | 0.59% | - |
| XYZ | 16.4 | 12.15 | 7.96 | - |
| YUV | 97.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 74 | 0 | 0.49 | 0.51 | 0.41 | 1.58 | 0.34 | 0.44 |
| Hex | 96 | 4C | 4A | 0 | 31 | 33 | 29 | 2 | 22 | 2C |
| Octal | 226 | 114 | 112 | 0 | 61 | 63 | 51 | 2 | 42 | 54 |
| Binary | 10010110 | 1001100 | 1001010 | 0 | 110001 | 110011 | 101001 | 10 | 100010 | 101100 |
Color Harmonies of #964C4A
Complementary color
Monochromatic Colors of #964C4A
Black with #964C4A
Text Example
Text Example
White with #964C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C4A; }
p { color: rgb(150,76,74); }
H1.HeaderClassName
{
color: #964C4A;
}
.AnyTagClassName
{
color: #964C4A;
}
</style>
background-color css
<style>
a { background-color: #964C4A; }
a { background-color: rgb(150,76,74); }
div.DivClassName
{
background-color: #964C4A;
}
.BgClassName
{
background-color: #964C4A;
}
</style>
border-color css
<style>
span { border-color: #964C4A; }
span { border-color: rgb(150,76,74); }
td.TdClassName
{
border-color: #964C4A;
}
.TagClassName
{
border-color: #964C4A;
}
</style>