Shades of Copper Rose #996564
Tints of Copper Rose #996564
RGB
CMYK
RGB Variations
Color information
#996564 (or 0x996564) is known color: Copper Rose. HEX triplet: 99, 65 and 64. RGB value is (153,101,100). Sum of RGB (Red+Green+Blue) = 153+101+100=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996564 is #669A9B. Grayscale: #747474. Windows color (decimal): -6724252 or 6579609. OLE color: 6579609.
HSL color Cylindrical-coordinate representation of color #996564: hue angle of 1.13º 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 #996564 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 100 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.4 |
| HSL | 1.13º | 0.21% | 0.5% | - |
| HSV(B) | 1.13º | 0.35% | 0.6% | - |
| XYZ | 20.09 | 17 | 14.28 | - |
| YUV | 116.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 100 | 0 | 0.34 | 0.35 | 0.4 | 1.13 | 0.21 | 0.5 |
| Hex | 99 | 65 | 64 | 0 | 22 | 23 | 28 | 1 | 15 | 32 |
| Octal | 231 | 145 | 144 | 0 | 42 | 43 | 50 | 1 | 25 | 62 |
| Binary | 10011001 | 1100101 | 1100100 | 0 | 100010 | 100011 | 101000 | 1 | 10101 | 110010 |
Color Harmonies of #996564
Complementary color
Monochromatic Colors of #996564
Black with #996564
Text Example
Text Example
White with #996564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996564; }
p { color: rgb(153,101,100); }
H1.HeaderClassName
{
color: #996564;
}
.AnyTagClassName
{
color: #996564;
}
</style>
background-color css
<style>
a { background-color: #996564; }
a { background-color: rgb(153,101,100); }
div.DivClassName
{
background-color: #996564;
}
.BgClassName
{
background-color: #996564;
}
</style>
border-color css
<style>
span { border-color: #996564; }
span { border-color: rgb(153,101,100); }
td.TdClassName
{
border-color: #996564;
}
.TagClassName
{
border-color: #996564;
}
</style>