Shades of Copper Rust #96574D
Tints of Copper Rust #96574D
RGB
CMYK
RGB Variations
Color information
#96574D (or 0x96574D) is known color: Copper Rust. HEX triplet: 96, 57 and 4D. RGB value is (150,87,77). Sum of RGB (Red+Green+Blue) = 150+87+77=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96574D is #69A8B2. Grayscale: #686868. Windows color (decimal): -6924467 or 5068694. OLE color: 5068694.
HSL color Cylindrical-coordinate representation of color #96574D: hue angle of 8.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96574D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 77 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.41 |
| HSL | 8.22º | 0.32% | 0.45% | - |
| HSV(B) | 8.22º | 0.49% | 0.59% | - |
| XYZ | 17.33 | 13.84 | 8.78 | - |
| YUV | 104.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 77 | 0 | 0.42 | 0.49 | 0.41 | 8.22 | 0.32 | 0.45 |
| Hex | 96 | 57 | 4D | 0 | 2A | 31 | 29 | 8 | 20 | 2D |
| Octal | 226 | 127 | 115 | 0 | 52 | 61 | 51 | 10 | 40 | 55 |
| Binary | 10010110 | 1010111 | 1001101 | 0 | 101010 | 110001 | 101001 | 1000 | 100000 | 101101 |
Color Harmonies of #96574D
Complementary color
Monochromatic Colors of #96574D
Black with #96574D
Text Example
Text Example
White with #96574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96574D; }
p { color: rgb(150,87,77); }
H1.HeaderClassName
{
color: #96574D;
}
.AnyTagClassName
{
color: #96574D;
}
</style>
background-color css
<style>
a { background-color: #96574D; }
a { background-color: rgb(150,87,77); }
div.DivClassName
{
background-color: #96574D;
}
.BgClassName
{
background-color: #96574D;
}
</style>
border-color css
<style>
span { border-color: #96574D; }
span { border-color: rgb(150,87,77); }
td.TdClassName
{
border-color: #96574D;
}
.TagClassName
{
border-color: #96574D;
}
</style>