Shades of Copper Rose #996463
Tints of Copper Rose #996463
RGB
CMYK
RGB Variations
Color information
#996463 (or 0x996463) is known color: Copper Rose. HEX triplet: 99, 64 and 63. RGB value is (153,100,99). Sum of RGB (Red+Green+Blue) = 153+100+99=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996463 is #669B9C. Grayscale: #737373. Windows color (decimal): -6724509 or 6513817. OLE color: 6513817.
HSL color Cylindrical-coordinate representation of color #996463: hue angle of 1.11º 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 #996463 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 99 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.4 |
| HSL | 1.11º | 0.21% | 0.49% | - |
| HSV(B) | 1.11º | 0.35% | 0.6% | - |
| XYZ | 19.95 | 16.79 | 13.99 | - |
| YUV | 115.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 99 | 0 | 0.35 | 0.35 | 0.4 | 1.11 | 0.21 | 0.49 |
| Hex | 99 | 64 | 63 | 0 | 23 | 23 | 28 | 1 | 15 | 31 |
| Octal | 231 | 144 | 143 | 0 | 43 | 43 | 50 | 1 | 25 | 61 |
| Binary | 10011001 | 1100100 | 1100011 | 0 | 100011 | 100011 | 101000 | 1 | 10101 | 110001 |
Color Harmonies of #996463
Complementary color
Monochromatic Colors of #996463
Black with #996463
Text Example
Text Example
White with #996463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996463; }
p { color: rgb(153,100,99); }
H1.HeaderClassName
{
color: #996463;
}
.AnyTagClassName
{
color: #996463;
}
</style>
background-color css
<style>
a { background-color: #996463; }
a { background-color: rgb(153,100,99); }
div.DivClassName
{
background-color: #996463;
}
.BgClassName
{
background-color: #996463;
}
</style>
border-color css
<style>
span { border-color: #996463; }
span { border-color: rgb(153,100,99); }
td.TdClassName
{
border-color: #996463;
}
.TagClassName
{
border-color: #996463;
}
</style>