Shades of Copper Rose #986D69
Tints of Copper Rose #986D69
RGB
CMYK
RGB Variations
Color information
#986D69 (or 0x986D69) is known color: Copper Rose. HEX triplet: 98, 6D and 69. RGB value is (152,109,105). Sum of RGB (Red+Green+Blue) = 152+109+105=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D69 is #679296. Grayscale: #797979. Windows color (decimal): -6787735 or 6909336. OLE color: 6909336.
HSL color Cylindrical-coordinate representation of color #986D69: hue angle of 5.11º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #986D69 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 105 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.40 |
| HSL | 5.11º | 0.19% | 0.5% | - |
| HSV(B) | 5.11º | 0.31% | 0.6% | - |
| XYZ | 20.97 | 18.63 | 15.86 | - |
| YUV | 121.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 105 | 0 | 0.28 | 0.31 | 0.40 | 5.11 | 0.19 | 0.5 |
| Hex | 98 | 6D | 69 | 0 | 1C | 1F | 28 | 5 | 13 | 32 |
| Octal | 230 | 155 | 151 | 0 | 34 | 37 | 50 | 5 | 23 | 62 |
| Binary | 10011000 | 1101101 | 1101001 | 0 | 11100 | 11111 | 101000 | 101 | 10011 | 110010 |
Color Harmonies of #986D69
Complementary color
Monochromatic Colors of #986D69
Black with #986D69
Text Example
Text Example
White with #986D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D69; }
p { color: rgb(152,109,105); }
H1.HeaderClassName
{
color: #986D69;
}
.AnyTagClassName
{
color: #986D69;
}
</style>
background-color css
<style>
a { background-color: #986D69; }
a { background-color: rgb(152,109,105); }
div.DivClassName
{
background-color: #986D69;
}
.BgClassName
{
background-color: #986D69;
}
</style>
border-color css
<style>
span { border-color: #986D69; }
span { border-color: rgb(152,109,105); }
td.TdClassName
{
border-color: #986D69;
}
.TagClassName
{
border-color: #986D69;
}
</style>