Shades of Copper Rust #96564C
Tints of Copper Rust #96564C
RGB
CMYK
RGB Variations
Color information
#96564C (or 0x96564C) is known color: Copper Rust. HEX triplet: 96, 56 and 4C. RGB value is (150,86,76). Sum of RGB (Red+Green+Blue) = 150+86+76=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96564C is #69A9B3. Grayscale: #686868. Windows color (decimal): -6924724 or 5002902. OLE color: 5002902.
HSL color Cylindrical-coordinate representation of color #96564C: hue angle of 8.11º 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 #96564C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 76 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.41 |
| HSL | 8.11º | 0.33% | 0.44% | - |
| HSV(B) | 8.11º | 0.49% | 0.59% | - |
| XYZ | 17.21 | 13.66 | 8.57 | - |
| YUV | 104 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 76 | 0 | 0.43 | 0.49 | 0.41 | 8.11 | 0.33 | 0.44 |
| Hex | 96 | 56 | 4C | 0 | 2B | 31 | 29 | 8 | 21 | 2C |
| Octal | 226 | 126 | 114 | 0 | 53 | 61 | 51 | 10 | 41 | 54 |
| Binary | 10010110 | 1010110 | 1001100 | 0 | 101011 | 110001 | 101001 | 1000 | 100001 | 101100 |
Color Harmonies of #96564C
Complementary color
Monochromatic Colors of #96564C
Black with #96564C
Text Example
Text Example
White with #96564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96564C; }
p { color: rgb(150,86,76); }
H1.HeaderClassName
{
color: #96564C;
}
.AnyTagClassName
{
color: #96564C;
}
</style>
background-color css
<style>
a { background-color: #96564C; }
a { background-color: rgb(150,86,76); }
div.DivClassName
{
background-color: #96564C;
}
.BgClassName
{
background-color: #96564C;
}
</style>
border-color css
<style>
span { border-color: #96564C; }
span { border-color: rgb(150,86,76); }
td.TdClassName
{
border-color: #96564C;
}
.TagClassName
{
border-color: #96564C;
}
</style>