Shades of Copper Rust #96514A
Tints of Copper Rust #96514A
RGB
CMYK
RGB Variations
Color information
#96514A (or 0x96514A) is known color: Copper Rust. HEX triplet: 96, 51 and 4A. RGB value is (150,81,74). Sum of RGB (Red+Green+Blue) = 150+81+74=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96514A is #69AEB5. Grayscale: #646464. Windows color (decimal): -6926006 or 4870550. OLE color: 4870550.
HSL color Cylindrical-coordinate representation of color #96514A: hue angle of 5.53º 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 #96514A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 74 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.41 |
| HSL | 5.53º | 0.34% | 0.44% | - |
| HSV(B) | 5.53º | 0.51% | 0.59% | - |
| XYZ | 16.76 | 12.86 | 8.08 | - |
| YUV | 100.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 74 | 0 | 0.46 | 0.51 | 0.41 | 5.53 | 0.34 | 0.44 |
| Hex | 96 | 51 | 4A | 0 | 2E | 33 | 29 | 6 | 22 | 2C |
| Octal | 226 | 121 | 112 | 0 | 56 | 63 | 51 | 6 | 42 | 54 |
| Binary | 10010110 | 1010001 | 1001010 | 0 | 101110 | 110011 | 101001 | 110 | 100010 | 101100 |
Color Harmonies of #96514A
Complementary color
Monochromatic Colors of #96514A
Black with #96514A
Text Example
Text Example
White with #96514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96514A; }
p { color: rgb(150,81,74); }
H1.HeaderClassName
{
color: #96514A;
}
.AnyTagClassName
{
color: #96514A;
}
</style>
background-color css
<style>
a { background-color: #96514A; }
a { background-color: rgb(150,81,74); }
div.DivClassName
{
background-color: #96514A;
}
.BgClassName
{
background-color: #96514A;
}
</style>
border-color css
<style>
span { border-color: #96514A; }
span { border-color: rgb(150,81,74); }
td.TdClassName
{
border-color: #96514A;
}
.TagClassName
{
border-color: #96514A;
}
</style>