Shades of Copper Rose #986D6A
Tints of Copper Rose #986D6A
RGB
CMYK
RGB Variations
Color information
#986D6A (or 0x986D6A) is known color: Copper Rose. HEX triplet: 98, 6D and 6A. RGB value is (152,109,106). Sum of RGB (Red+Green+Blue) = 152+109+106=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D6A is #679295. Grayscale: #797979. Windows color (decimal): -6787734 or 6974872. OLE color: 6974872.
HSL color Cylindrical-coordinate representation of color #986D6A: hue angle of 3.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986D6A is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 106 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.40 |
| HSL | 3.91º | 0.18% | 0.51% | - |
| HSV(B) | 3.91º | 0.3% | 0.6% | - |
| XYZ | 21.02 | 18.65 | 16.13 | - |
| YUV | 121.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 106 | 0 | 0.28 | 0.30 | 0.40 | 3.91 | 0.18 | 0.51 |
| Hex | 98 | 6D | 6A | 0 | 1C | 1E | 28 | 4 | 12 | 33 |
| Octal | 230 | 155 | 152 | 0 | 34 | 36 | 50 | 4 | 22 | 63 |
| Binary | 10011000 | 1101101 | 1101010 | 0 | 11100 | 11110 | 101000 | 100 | 10010 | 110011 |
Color Harmonies of #986D6A
Complementary color
Monochromatic Colors of #986D6A
Black with #986D6A
Text Example
Text Example
White with #986D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D6A; }
p { color: rgb(152,109,106); }
H1.HeaderClassName
{
color: #986D6A;
}
.AnyTagClassName
{
color: #986D6A;
}
</style>
background-color css
<style>
a { background-color: #986D6A; }
a { background-color: rgb(152,109,106); }
div.DivClassName
{
background-color: #986D6A;
}
.BgClassName
{
background-color: #986D6A;
}
</style>
border-color css
<style>
span { border-color: #986D6A; }
span { border-color: rgb(152,109,106); }
td.TdClassName
{
border-color: #986D6A;
}
.TagClassName
{
border-color: #986D6A;
}
</style>