Shades of Copper Rust #964C4B
Tints of Copper Rust #964C4B
RGB
CMYK
RGB Variations
Color information
#964C4B (or 0x964C4B) is known color: Copper Rust. HEX triplet: 96, 4C and 4B. RGB value is (150,76,75). Sum of RGB (Red+Green+Blue) = 150+76+75=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #964C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C4B is #69B3B4. Grayscale: #626262. Windows color (decimal): -6927285 or 4934806. OLE color: 4934806.
HSL color Cylindrical-coordinate representation of color #964C4B: hue angle of 0.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964C4B is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 75 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.41 |
| HSL | 0.8º | 0.33% | 0.44% | - |
| HSV(B) | 0.8º | 0.5% | 0.59% | - |
| XYZ | 16.43 | 12.16 | 8.14 | - |
| YUV | 98.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 75 | 0 | 0.49 | 0.5 | 0.41 | 0.8 | 0.33 | 0.44 |
| Hex | 96 | 4C | 4B | 0 | 31 | 32 | 29 | 1 | 21 | 2C |
| Octal | 226 | 114 | 113 | 0 | 61 | 62 | 51 | 1 | 41 | 54 |
| Binary | 10010110 | 1001100 | 1001011 | 0 | 110001 | 110010 | 101001 | 1 | 100001 | 101100 |
Color Harmonies of #964C4B
Complementary color
Monochromatic Colors of #964C4B
Black with #964C4B
Text Example
Text Example
White with #964C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C4B; }
p { color: rgb(150,76,75); }
H1.HeaderClassName
{
color: #964C4B;
}
.AnyTagClassName
{
color: #964C4B;
}
</style>
background-color css
<style>
a { background-color: #964C4B; }
a { background-color: rgb(150,76,75); }
div.DivClassName
{
background-color: #964C4B;
}
.BgClassName
{
background-color: #964C4B;
}
</style>
border-color css
<style>
span { border-color: #964C4B; }
span { border-color: rgb(150,76,75); }
td.TdClassName
{
border-color: #964C4B;
}
.TagClassName
{
border-color: #964C4B;
}
</style>