Shades of Copper Rose #996462
Tints of Copper Rose #996462
RGB
CMYK
RGB Variations
Color information
#996462 (or 0x996462) is known color: Copper Rose. HEX triplet: 99, 64 and 62. RGB value is (153,100,98). Sum of RGB (Red+Green+Blue) = 153+100+98=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996462 is #669B9D. Grayscale: #737373. Windows color (decimal): -6724510 or 6448281. OLE color: 6448281.
HSL color Cylindrical-coordinate representation of color #996462: hue angle of 2.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996462 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 98 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.4 |
| HSL | 2.18º | 0.22% | 0.49% | - |
| HSV(B) | 2.18º | 0.36% | 0.6% | - |
| XYZ | 19.9 | 16.77 | 13.74 | - |
| YUV | 115.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 98 | 0 | 0.35 | 0.36 | 0.4 | 2.18 | 0.22 | 0.49 |
| Hex | 99 | 64 | 62 | 0 | 23 | 24 | 28 | 2 | 16 | 31 |
| Octal | 231 | 144 | 142 | 0 | 43 | 44 | 50 | 2 | 26 | 61 |
| Binary | 10011001 | 1100100 | 1100010 | 0 | 100011 | 100100 | 101000 | 10 | 10110 | 110001 |
Color Harmonies of #996462
Complementary color
Monochromatic Colors of #996462
Black with #996462
Text Example
Text Example
White with #996462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996462; }
p { color: rgb(153,100,98); }
H1.HeaderClassName
{
color: #996462;
}
.AnyTagClassName
{
color: #996462;
}
</style>
background-color css
<style>
a { background-color: #996462; }
a { background-color: rgb(153,100,98); }
div.DivClassName
{
background-color: #996462;
}
.BgClassName
{
background-color: #996462;
}
</style>
border-color css
<style>
span { border-color: #996462; }
span { border-color: rgb(153,100,98); }
td.TdClassName
{
border-color: #996462;
}
.TagClassName
{
border-color: #996462;
}
</style>