Shades of Copper Rust #96574B
Tints of Copper Rust #96574B
RGB
CMYK
RGB Variations
Color information
#96574B (or 0x96574B) is known color: Copper Rust. HEX triplet: 96, 57 and 4B. RGB value is (150,87,75). Sum of RGB (Red+Green+Blue) = 150+87+75=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96574B is #69A8B4. Grayscale: #686868. Windows color (decimal): -6924469 or 4937622. OLE color: 4937622.
HSL color Cylindrical-coordinate representation of color #96574B: hue angle of 9.6º 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 #96574B is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 75 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.41 |
| HSL | 9.6º | 0.33% | 0.44% | - |
| HSV(B) | 9.6º | 0.5% | 0.59% | - |
| XYZ | 17.26 | 13.81 | 8.41 | - |
| YUV | 104.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 75 | 0 | 0.42 | 0.5 | 0.41 | 9.6 | 0.33 | 0.44 |
| Hex | 96 | 57 | 4B | 0 | 2A | 32 | 29 | A | 21 | 2C |
| Octal | 226 | 127 | 113 | 0 | 52 | 62 | 51 | 12 | 41 | 54 |
| Binary | 10010110 | 1010111 | 1001011 | 0 | 101010 | 110010 | 101001 | 1010 | 100001 | 101100 |
Color Harmonies of #96574B
Complementary color
Monochromatic Colors of #96574B
Black with #96574B
Text Example
Text Example
White with #96574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96574B; }
p { color: rgb(150,87,75); }
H1.HeaderClassName
{
color: #96574B;
}
.AnyTagClassName
{
color: #96574B;
}
</style>
background-color css
<style>
a { background-color: #96574B; }
a { background-color: rgb(150,87,75); }
div.DivClassName
{
background-color: #96574B;
}
.BgClassName
{
background-color: #96574B;
}
</style>
border-color css
<style>
span { border-color: #96574B; }
span { border-color: rgb(150,87,75); }
td.TdClassName
{
border-color: #96574B;
}
.TagClassName
{
border-color: #96574B;
}
</style>