Shades of Copper Rust #96554C
Tints of Copper Rust #96554C
RGB
CMYK
RGB Variations
Color information
#96554C (or 0x96554C) is known color: Copper Rust. HEX triplet: 96, 55 and 4C. RGB value is (150,85,76). Sum of RGB (Red+Green+Blue) = 150+85+76=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96554C is #69AAB3. Grayscale: #676767. Windows color (decimal): -6924980 or 5002646. OLE color: 5002646.
HSL color Cylindrical-coordinate representation of color #96554C: hue angle of 7.3º 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 #96554C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 76 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.41 |
| HSL | 7.3º | 0.33% | 0.44% | - |
| HSV(B) | 7.3º | 0.49% | 0.59% | - |
| XYZ | 17.13 | 13.5 | 8.54 | - |
| YUV | 103.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 76 | 0 | 0.43 | 0.49 | 0.41 | 7.3 | 0.33 | 0.44 |
| Hex | 96 | 55 | 4C | 0 | 2B | 31 | 29 | 7 | 21 | 2C |
| Octal | 226 | 125 | 114 | 0 | 53 | 61 | 51 | 7 | 41 | 54 |
| Binary | 10010110 | 1010101 | 1001100 | 0 | 101011 | 110001 | 101001 | 111 | 100001 | 101100 |
Color Harmonies of #96554C
Complementary color
Monochromatic Colors of #96554C
Black with #96554C
Text Example
Text Example
White with #96554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96554C; }
p { color: rgb(150,85,76); }
H1.HeaderClassName
{
color: #96554C;
}
.AnyTagClassName
{
color: #96554C;
}
</style>
background-color css
<style>
a { background-color: #96554C; }
a { background-color: rgb(150,85,76); }
div.DivClassName
{
background-color: #96554C;
}
.BgClassName
{
background-color: #96554C;
}
</style>
border-color css
<style>
span { border-color: #96554C; }
span { border-color: rgb(150,85,76); }
td.TdClassName
{
border-color: #96554C;
}
.TagClassName
{
border-color: #96554C;
}
</style>