Shades of Copper Rust #96534A
Tints of Copper Rust #96534A
RGB
CMYK
RGB Variations
Color information
#96534A (or 0x96534A) is known color: Copper Rust. HEX triplet: 96, 53 and 4A. RGB value is (150,83,74). Sum of RGB (Red+Green+Blue) = 150+83+74=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96534A is #69ACB5. Grayscale: #666666. Windows color (decimal): -6925494 or 4871062. OLE color: 4871062.
HSL color Cylindrical-coordinate representation of color #96534A: hue angle of 7.11º 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 #96534A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 74 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.41 |
| HSL | 7.11º | 0.34% | 0.44% | - |
| HSV(B) | 7.11º | 0.51% | 0.59% | - |
| XYZ | 16.91 | 13.16 | 8.13 | - |
| YUV | 102.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 74 | 0 | 0.45 | 0.51 | 0.41 | 7.11 | 0.34 | 0.44 |
| Hex | 96 | 53 | 4A | 0 | 2D | 33 | 29 | 7 | 22 | 2C |
| Octal | 226 | 123 | 112 | 0 | 55 | 63 | 51 | 7 | 42 | 54 |
| Binary | 10010110 | 1010011 | 1001010 | 0 | 101101 | 110011 | 101001 | 111 | 100010 | 101100 |
Color Harmonies of #96534A
Complementary color
Monochromatic Colors of #96534A
Black with #96534A
Text Example
Text Example
White with #96534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96534A; }
p { color: rgb(150,83,74); }
H1.HeaderClassName
{
color: #96534A;
}
.AnyTagClassName
{
color: #96534A;
}
</style>
background-color css
<style>
a { background-color: #96534A; }
a { background-color: rgb(150,83,74); }
div.DivClassName
{
background-color: #96534A;
}
.BgClassName
{
background-color: #96534A;
}
</style>
border-color css
<style>
span { border-color: #96534A; }
span { border-color: rgb(150,83,74); }
td.TdClassName
{
border-color: #96534A;
}
.TagClassName
{
border-color: #96534A;
}
</style>