Shades of Copper Rust #96514D
Tints of Copper Rust #96514D
RGB
CMYK
RGB Variations
Color information
#96514D (or 0x96514D) is known color: Copper Rust. HEX triplet: 96, 51 and 4D. RGB value is (150,81,77). Sum of RGB (Red+Green+Blue) = 150+81+77=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96514D is #69AEB2. Grayscale: #656565. Windows color (decimal): -6926003 or 5067158. OLE color: 5067158.
HSL color Cylindrical-coordinate representation of color #96514D: hue angle of 3.29º 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 #96514D is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 77 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.41 |
| HSL | 3.29º | 0.32% | 0.45% | - |
| HSV(B) | 3.29º | 0.49% | 0.59% | - |
| XYZ | 16.86 | 12.9 | 8.62 | - |
| YUV | 101.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 77 | 0 | 0.46 | 0.49 | 0.41 | 3.29 | 0.32 | 0.45 |
| Hex | 96 | 51 | 4D | 0 | 2E | 31 | 29 | 3 | 20 | 2D |
| Octal | 226 | 121 | 115 | 0 | 56 | 61 | 51 | 3 | 40 | 55 |
| Binary | 10010110 | 1010001 | 1001101 | 0 | 101110 | 110001 | 101001 | 11 | 100000 | 101101 |
Color Harmonies of #96514D
Complementary color
Monochromatic Colors of #96514D
Black with #96514D
Text Example
Text Example
White with #96514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96514D; }
p { color: rgb(150,81,77); }
H1.HeaderClassName
{
color: #96514D;
}
.AnyTagClassName
{
color: #96514D;
}
</style>
background-color css
<style>
a { background-color: #96514D; }
a { background-color: rgb(150,81,77); }
div.DivClassName
{
background-color: #96514D;
}
.BgClassName
{
background-color: #96514D;
}
</style>
border-color css
<style>
span { border-color: #96514D; }
span { border-color: rgb(150,81,77); }
td.TdClassName
{
border-color: #96514D;
}
.TagClassName
{
border-color: #96514D;
}
</style>