Shades of Copper Rose #996868
Tints of Copper Rose #996868
RGB
CMYK
RGB Variations
Color information
#996868 (or 0x996868) is known color: Copper Rose. HEX triplet: 99, 68 and 68. RGB value is (153,104,104). Sum of RGB (Red+Green+Blue) = 153+104+104=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #996868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996868 is #669797. Grayscale: #767676. Windows color (decimal): -6723480 or 6842521. OLE color: 6842521.
HSL color Cylindrical-coordinate representation of color #996868: hue angle of 0º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996868 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 104 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.4 |
| HSL | 0º | 0.19% | 0.5% | - |
| HSV(B) | 0º | 0.32% | 0.6% | - |
| XYZ | 20.59 | 17.67 | 15.42 | - |
| YUV | 118.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 104 | 0 | 0.32 | 0.32 | 0.4 | 0 | 0.19 | 0.5 |
| Hex | 99 | 68 | 68 | 0 | 20 | 20 | 28 | 0 | 13 | 32 |
| Octal | 231 | 150 | 150 | 0 | 40 | 40 | 50 | 0 | 23 | 62 |
| Binary | 10011001 | 1101000 | 1101000 | 0 | 100000 | 100000 | 101000 | 0 | 10011 | 110010 |
Color Harmonies of #996868
Complementary color
Monochromatic Colors of #996868
Black with #996868
Text Example
Text Example
White with #996868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996868; }
p { color: rgb(153,104,104); }
H1.HeaderClassName
{
color: #996868;
}
.AnyTagClassName
{
color: #996868;
}
</style>
background-color css
<style>
a { background-color: #996868; }
a { background-color: rgb(153,104,104); }
div.DivClassName
{
background-color: #996868;
}
.BgClassName
{
background-color: #996868;
}
</style>
border-color css
<style>
span { border-color: #996868; }
span { border-color: rgb(153,104,104); }
td.TdClassName
{
border-color: #996868;
}
.TagClassName
{
border-color: #996868;
}
</style>