Shades of Copper Rose #98706C
Tints of Copper Rose #98706C
RGB
CMYK
RGB Variations
Color information
#98706C (or 0x98706C) is known color: Copper Rose. HEX triplet: 98, 70 and 6C. RGB value is (152,112,108). Sum of RGB (Red+Green+Blue) = 152+112+108=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #98706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706C is #678F93. Grayscale: #7B7B7B. Windows color (decimal): -6786964 or 7106712. OLE color: 7106712.
HSL color Cylindrical-coordinate representation of color #98706C: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98706C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 108 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.40 |
| HSL | 5.45º | 0.18% | 0.51% | - |
| HSV(B) | 5.45º | 0.29% | 0.6% | - |
| XYZ | 21.45 | 19.35 | 16.79 | - |
| YUV | 123.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 108 | 0 | 0.26 | 0.29 | 0.40 | 5.45 | 0.18 | 0.51 |
| Hex | 98 | 70 | 6C | 0 | 1A | 1D | 28 | 5 | 12 | 33 |
| Octal | 230 | 160 | 154 | 0 | 32 | 35 | 50 | 5 | 22 | 63 |
| Binary | 10011000 | 1110000 | 1101100 | 0 | 11010 | 11101 | 101000 | 101 | 10010 | 110011 |
Color Harmonies of #98706C
Complementary color
Monochromatic Colors of #98706C
Black with #98706C
Text Example
Text Example
White with #98706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98706C; }
p { color: rgb(152,112,108); }
H1.HeaderClassName
{
color: #98706C;
}
.AnyTagClassName
{
color: #98706C;
}
</style>
background-color css
<style>
a { background-color: #98706C; }
a { background-color: rgb(152,112,108); }
div.DivClassName
{
background-color: #98706C;
}
.BgClassName
{
background-color: #98706C;
}
</style>
border-color css
<style>
span { border-color: #98706C; }
span { border-color: rgb(152,112,108); }
td.TdClassName
{
border-color: #98706C;
}
.TagClassName
{
border-color: #98706C;
}
</style>