Shades of Copper Rust #964C4C
Tints of Copper Rust #964C4C
RGB
CMYK
RGB Variations
Color information
#964C4C (or 0x964C4C) is known color: Copper Rust. HEX triplet: 96, 4C and 4C. RGB value is (150,76,76). Sum of RGB (Red+Green+Blue) = 150+76+76=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #964C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C4C is #69B3B3. Grayscale: #626262. Windows color (decimal): -6927284 or 5000342. OLE color: 5000342.
HSL color Cylindrical-coordinate representation of color #964C4C: hue angle of 0º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C4C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 76 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.41 |
| HSL | 0º | 0.33% | 0.44% | - |
| HSV(B) | 0º | 0.49% | 0.59% | - |
| XYZ | 16.47 | 12.17 | 8.32 | - |
| YUV | 98.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 76 | 0 | 0.49 | 0.49 | 0.41 | 0 | 0.33 | 0.44 |
| Hex | 96 | 4C | 4C | 0 | 31 | 31 | 29 | 0 | 21 | 2C |
| Octal | 226 | 114 | 114 | 0 | 61 | 61 | 51 | 0 | 41 | 54 |
| Binary | 10010110 | 1001100 | 1001100 | 0 | 110001 | 110001 | 101001 | 0 | 100001 | 101100 |
Color Harmonies of #964C4C
Complementary color
Monochromatic Colors of #964C4C
Black with #964C4C
Text Example
Text Example
White with #964C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C4C; }
p { color: rgb(150,76,76); }
H1.HeaderClassName
{
color: #964C4C;
}
.AnyTagClassName
{
color: #964C4C;
}
</style>
background-color css
<style>
a { background-color: #964C4C; }
a { background-color: rgb(150,76,76); }
div.DivClassName
{
background-color: #964C4C;
}
.BgClassName
{
background-color: #964C4C;
}
</style>
border-color css
<style>
span { border-color: #964C4C; }
span { border-color: rgb(150,76,76); }
td.TdClassName
{
border-color: #964C4C;
}
.TagClassName
{
border-color: #964C4C;
}
</style>