Shades of Copper Rose #996464
Tints of Copper Rose #996464
RGB
CMYK
RGB Variations
Color information
#996464 (or 0x996464) is known color: Copper Rose. HEX triplet: 99, 64 and 64. RGB value is (153,100,100). Sum of RGB (Red+Green+Blue) = 153+100+100=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996464 is #669B9B. Grayscale: #737373. Windows color (decimal): -6724508 or 6579353. OLE color: 6579353.
HSL color Cylindrical-coordinate representation of color #996464: hue angle of 0º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996464 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 100 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.4 |
| HSL | 0º | 0.21% | 0.5% | - |
| HSV(B) | 0º | 0.35% | 0.6% | - |
| XYZ | 19.99 | 16.81 | 14.25 | - |
| YUV | 115.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 100 | 0 | 0.35 | 0.35 | 0.4 | 0 | 0.21 | 0.5 |
| Hex | 99 | 64 | 64 | 0 | 23 | 23 | 28 | 0 | 15 | 32 |
| Octal | 231 | 144 | 144 | 0 | 43 | 43 | 50 | 0 | 25 | 62 |
| Binary | 10011001 | 1100100 | 1100100 | 0 | 100011 | 100011 | 101000 | 0 | 10101 | 110010 |
Color Harmonies of #996464
Complementary color
Monochromatic Colors of #996464
Black with #996464
Text Example
Text Example
White with #996464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996464; }
p { color: rgb(153,100,100); }
H1.HeaderClassName
{
color: #996464;
}
.AnyTagClassName
{
color: #996464;
}
</style>
background-color css
<style>
a { background-color: #996464; }
a { background-color: rgb(153,100,100); }
div.DivClassName
{
background-color: #996464;
}
.BgClassName
{
background-color: #996464;
}
</style>
border-color css
<style>
span { border-color: #996464; }
span { border-color: rgb(153,100,100); }
td.TdClassName
{
border-color: #996464;
}
.TagClassName
{
border-color: #996464;
}
</style>