Shades of Copper Rose #986866
Tints of Copper Rose #986866
RGB
CMYK
RGB Variations
Color information
#986866 (or 0x986866) is known color: Copper Rose. HEX triplet: 98, 68 and 66. RGB value is (152,104,102). Sum of RGB (Red+Green+Blue) = 152+104+102=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #986866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986866 is #679799. Grayscale: #767676. Windows color (decimal): -6789018 or 6711448. OLE color: 6711448.
HSL color Cylindrical-coordinate representation of color #986866: hue angle of 2.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #986866 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 102 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.40 |
| HSL | 2.4º | 0.2% | 0.5% | - |
| HSV(B) | 2.4º | 0.33% | 0.6% | - |
| XYZ | 20.3 | 17.54 | 14.89 | - |
| YUV | 118.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 102 | 0 | 0.32 | 0.33 | 0.40 | 2.4 | 0.2 | 0.5 |
| Hex | 98 | 68 | 66 | 0 | 20 | 21 | 28 | 2 | 14 | 32 |
| Octal | 230 | 150 | 146 | 0 | 40 | 41 | 50 | 2 | 24 | 62 |
| Binary | 10011000 | 1101000 | 1100110 | 0 | 100000 | 100001 | 101000 | 10 | 10100 | 110010 |
Color Harmonies of #986866
Complementary color
Monochromatic Colors of #986866
Black with #986866
Text Example
Text Example
White with #986866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986866; }
p { color: rgb(152,104,102); }
H1.HeaderClassName
{
color: #986866;
}
.AnyTagClassName
{
color: #986866;
}
</style>
background-color css
<style>
a { background-color: #986866; }
a { background-color: rgb(152,104,102); }
div.DivClassName
{
background-color: #986866;
}
.BgClassName
{
background-color: #986866;
}
</style>
border-color css
<style>
span { border-color: #986866; }
span { border-color: rgb(152,104,102); }
td.TdClassName
{
border-color: #986866;
}
.TagClassName
{
border-color: #986866;
}
</style>