Shades of Copper Rose #986D6D
Tints of Copper Rose #986D6D
RGB
CMYK
RGB Variations
Color information
#986D6D (or 0x986D6D) is known color: Copper Rose. HEX triplet: 98, 6D and 6D. RGB value is (152,109,109). Sum of RGB (Red+Green+Blue) = 152+109+109=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D6D is #679292. Grayscale: #797979. Windows color (decimal): -6787731 or 7171480. OLE color: 7171480.
HSL color Cylindrical-coordinate representation of color #986D6D: hue angle of 0º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D6D is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 109 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.40 |
| HSL | 0º | 0.17% | 0.51% | - |
| HSV(B) | 0º | 0.28% | 0.6% | - |
| XYZ | 21.18 | 18.72 | 16.96 | - |
| YUV | 121.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 109 | 0 | 0.28 | 0.28 | 0.40 | 0 | 0.17 | 0.51 |
| Hex | 98 | 6D | 6D | 0 | 1C | 1C | 28 | 0 | 11 | 33 |
| Octal | 230 | 155 | 155 | 0 | 34 | 34 | 50 | 0 | 21 | 63 |
| Binary | 10011000 | 1101101 | 1101101 | 0 | 11100 | 11100 | 101000 | 0 | 10001 | 110011 |
Color Harmonies of #986D6D
Complementary color
Monochromatic Colors of #986D6D
Black with #986D6D
Text Example
Text Example
White with #986D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D6D; }
p { color: rgb(152,109,109); }
H1.HeaderClassName
{
color: #986D6D;
}
.AnyTagClassName
{
color: #986D6D;
}
</style>
background-color css
<style>
a { background-color: #986D6D; }
a { background-color: rgb(152,109,109); }
div.DivClassName
{
background-color: #986D6D;
}
.BgClassName
{
background-color: #986D6D;
}
</style>
border-color css
<style>
span { border-color: #986D6D; }
span { border-color: rgb(152,109,109); }
td.TdClassName
{
border-color: #986D6D;
}
.TagClassName
{
border-color: #986D6D;
}
</style>