Shades of Copper Rust #96554A
Tints of Copper Rust #96554A
RGB
CMYK
RGB Variations
Color information
#96554A (or 0x96554A) is known color: Copper Rust. HEX triplet: 96, 55 and 4A. RGB value is (150,85,74). Sum of RGB (Red+Green+Blue) = 150+85+74=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96554A is #69AAB5. Grayscale: #676767. Windows color (decimal): -6924982 or 4871574. OLE color: 4871574.
HSL color Cylindrical-coordinate representation of color #96554A: hue angle of 8.68º 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 #96554A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 74 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.41 |
| HSL | 8.68º | 0.34% | 0.44% | - |
| HSV(B) | 8.68º | 0.51% | 0.59% | - |
| XYZ | 17.06 | 13.48 | 8.18 | - |
| YUV | 103.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 74 | 0 | 0.43 | 0.51 | 0.41 | 8.68 | 0.34 | 0.44 |
| Hex | 96 | 55 | 4A | 0 | 2B | 33 | 29 | 9 | 22 | 2C |
| Octal | 226 | 125 | 112 | 0 | 53 | 63 | 51 | 11 | 42 | 54 |
| Binary | 10010110 | 1010101 | 1001010 | 0 | 101011 | 110011 | 101001 | 1001 | 100010 | 101100 |
Color Harmonies of #96554A
Complementary color
Monochromatic Colors of #96554A
Black with #96554A
Text Example
Text Example
White with #96554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96554A; }
p { color: rgb(150,85,74); }
H1.HeaderClassName
{
color: #96554A;
}
.AnyTagClassName
{
color: #96554A;
}
</style>
background-color css
<style>
a { background-color: #96554A; }
a { background-color: rgb(150,85,74); }
div.DivClassName
{
background-color: #96554A;
}
.BgClassName
{
background-color: #96554A;
}
</style>
border-color css
<style>
span { border-color: #96554A; }
span { border-color: rgb(150,85,74); }
td.TdClassName
{
border-color: #96554A;
}
.TagClassName
{
border-color: #96554A;
}
</style>