Shades of Copper Rust #99564E
Tints of Copper Rust #99564E
RGB
CMYK
RGB Variations
Color information
#99564E (or 0x99564E) is known color: Copper Rust. HEX triplet: 99, 56 and 4E. RGB value is (153,86,78). Sum of RGB (Red+Green+Blue) = 153+86+78=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99564E is #66A9B1. Grayscale: #696969. Windows color (decimal): -6728114 or 5133977. OLE color: 5133977.
HSL color Cylindrical-coordinate representation of color #99564E: hue angle of 6.4º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99564E is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 78 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.4 |
| HSL | 6.4º | 0.32% | 0.45% | - |
| HSV(B) | 6.4º | 0.49% | 0.6% | - |
| XYZ | 17.84 | 13.98 | 8.97 | - |
| YUV | 105.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 78 | 0 | 0.44 | 0.49 | 0.4 | 6.4 | 0.32 | 0.45 |
| Hex | 99 | 56 | 4E | 0 | 2C | 31 | 28 | 6 | 20 | 2D |
| Octal | 231 | 126 | 116 | 0 | 54 | 61 | 50 | 6 | 40 | 55 |
| Binary | 10011001 | 1010110 | 1001110 | 0 | 101100 | 110001 | 101000 | 110 | 100000 | 101101 |
Color Harmonies of #99564E
Complementary color
Monochromatic Colors of #99564E
Black with #99564E
Text Example
Text Example
White with #99564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99564E; }
p { color: rgb(153,86,78); }
H1.HeaderClassName
{
color: #99564E;
}
.AnyTagClassName
{
color: #99564E;
}
</style>
background-color css
<style>
a { background-color: #99564E; }
a { background-color: rgb(153,86,78); }
div.DivClassName
{
background-color: #99564E;
}
.BgClassName
{
background-color: #99564E;
}
</style>
border-color css
<style>
span { border-color: #99564E; }
span { border-color: rgb(153,86,78); }
td.TdClassName
{
border-color: #99564E;
}
.TagClassName
{
border-color: #99564E;
}
</style>