Shades of Copper Rose #996662
Tints of Copper Rose #996662
RGB
CMYK
RGB Variations
Color information
#996662 (or 0x996662) is known color: Copper Rose. HEX triplet: 99, 66 and 62. RGB value is (153,102,98). Sum of RGB (Red+Green+Blue) = 153+102+98=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996662 is #66999D. Grayscale: #747474. Windows color (decimal): -6723998 or 6448793. OLE color: 6448793.
HSL color Cylindrical-coordinate representation of color #996662: hue angle of 4.36º 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 #996662 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 98 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.4 |
| HSL | 4.36º | 0.22% | 0.49% | - |
| HSV(B) | 4.36º | 0.36% | 0.6% | - |
| XYZ | 20.09 | 17.16 | 13.81 | - |
| YUV | 116.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 98 | 0 | 0.33 | 0.36 | 0.4 | 4.36 | 0.22 | 0.49 |
| Hex | 99 | 66 | 62 | 0 | 21 | 24 | 28 | 4 | 16 | 31 |
| Octal | 231 | 146 | 142 | 0 | 41 | 44 | 50 | 4 | 26 | 61 |
| Binary | 10011001 | 1100110 | 1100010 | 0 | 100001 | 100100 | 101000 | 100 | 10110 | 110001 |
Color Harmonies of #996662
Complementary color
Monochromatic Colors of #996662
Black with #996662
Text Example
Text Example
White with #996662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996662; }
p { color: rgb(153,102,98); }
H1.HeaderClassName
{
color: #996662;
}
.AnyTagClassName
{
color: #996662;
}
</style>
background-color css
<style>
a { background-color: #996662; }
a { background-color: rgb(153,102,98); }
div.DivClassName
{
background-color: #996662;
}
.BgClassName
{
background-color: #996662;
}
</style>
border-color css
<style>
span { border-color: #996662; }
span { border-color: rgb(153,102,98); }
td.TdClassName
{
border-color: #996662;
}
.TagClassName
{
border-color: #996662;
}
</style>