Shades of Copper Rose #986664
Tints of Copper Rose #986664
RGB
CMYK
RGB Variations
Color information
#986664 (or 0x986664) is known color: Copper Rose. HEX triplet: 98, 66 and 64. RGB value is (152,102,100). Sum of RGB (Red+Green+Blue) = 152+102+100=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986664 is #67999B. Grayscale: #747474. Windows color (decimal): -6789532 or 6579864. OLE color: 6579864.
HSL color Cylindrical-coordinate representation of color #986664: hue angle of 2.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986664 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 100 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.40 |
| HSL | 2.31º | 0.21% | 0.49% | - |
| HSV(B) | 2.31º | 0.34% | 0.6% | - |
| XYZ | 20 | 17.1 | 14.3 | - |
| YUV | 116.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 100 | 0 | 0.33 | 0.34 | 0.40 | 2.31 | 0.21 | 0.49 |
| Hex | 98 | 66 | 64 | 0 | 21 | 22 | 28 | 2 | 15 | 31 |
| Octal | 230 | 146 | 144 | 0 | 41 | 42 | 50 | 2 | 25 | 61 |
| Binary | 10011000 | 1100110 | 1100100 | 0 | 100001 | 100010 | 101000 | 10 | 10101 | 110001 |
Color Harmonies of #986664
Complementary color
Monochromatic Colors of #986664
Black with #986664
Text Example
Text Example
White with #986664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986664; }
p { color: rgb(152,102,100); }
H1.HeaderClassName
{
color: #986664;
}
.AnyTagClassName
{
color: #986664;
}
</style>
background-color css
<style>
a { background-color: #986664; }
a { background-color: rgb(152,102,100); }
div.DivClassName
{
background-color: #986664;
}
.BgClassName
{
background-color: #986664;
}
</style>
border-color css
<style>
span { border-color: #986664; }
span { border-color: rgb(152,102,100); }
td.TdClassName
{
border-color: #986664;
}
.TagClassName
{
border-color: #986664;
}
</style>