Shades of Copper Rose #996563
Tints of Copper Rose #996563
RGB
CMYK
RGB Variations
Color information
#996563 (or 0x996563) is known color: Copper Rose. HEX triplet: 99, 65 and 63. RGB value is (153,101,99). Sum of RGB (Red+Green+Blue) = 153+101+99=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996563 is #669A9C. Grayscale: #747474. Windows color (decimal): -6724253 or 6514073. OLE color: 6514073.
HSL color Cylindrical-coordinate representation of color #996563: hue angle of 2.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996563 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 99 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.4 |
| HSL | 2.22º | 0.21% | 0.49% | - |
| HSV(B) | 2.22º | 0.35% | 0.6% | - |
| XYZ | 20.04 | 16.98 | 14.03 | - |
| YUV | 116.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 99 | 0 | 0.34 | 0.35 | 0.4 | 2.22 | 0.21 | 0.49 |
| Hex | 99 | 65 | 63 | 0 | 22 | 23 | 28 | 2 | 15 | 31 |
| Octal | 231 | 145 | 143 | 0 | 42 | 43 | 50 | 2 | 25 | 61 |
| Binary | 10011001 | 1100101 | 1100011 | 0 | 100010 | 100011 | 101000 | 10 | 10101 | 110001 |
Color Harmonies of #996563
Complementary color
Monochromatic Colors of #996563
Black with #996563
Text Example
Text Example
White with #996563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996563; }
p { color: rgb(153,101,99); }
H1.HeaderClassName
{
color: #996563;
}
.AnyTagClassName
{
color: #996563;
}
</style>
background-color css
<style>
a { background-color: #996563; }
a { background-color: rgb(153,101,99); }
div.DivClassName
{
background-color: #996563;
}
.BgClassName
{
background-color: #996563;
}
</style>
border-color css
<style>
span { border-color: #996563; }
span { border-color: rgb(153,101,99); }
td.TdClassName
{
border-color: #996563;
}
.TagClassName
{
border-color: #996563;
}
</style>