Shades of Copper Rose #9F706E
Tints of Copper Rose #9F706E
RGB
CMYK
RGB Variations
Color information
#9F706E (or 0x9F706E) is known color: Copper Rose. HEX triplet: 9F, 70 and 6E. RGB value is (159,112,110). Sum of RGB (Red+Green+Blue) = 159+112+110=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F706E is #608F91. Grayscale: #7D7D7D. Windows color (decimal): -6328210 or 7237791. OLE color: 7237791.
HSL color Cylindrical-coordinate representation of color #9F706E: hue angle of 2.45º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F706E is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 110 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.38 |
| HSL | 2.45º | 0.2% | 0.53% | - |
| HSV(B) | 2.45º | 0.31% | 0.62% | - |
| XYZ | 22.91 | 20.09 | 17.42 | - |
| YUV | 125.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 110 | 0 | 0.30 | 0.31 | 0.38 | 2.45 | 0.2 | 0.53 |
| Hex | 9F | 70 | 6E | 0 | 1E | 1F | 26 | 2 | 14 | 35 |
| Octal | 237 | 160 | 156 | 0 | 36 | 37 | 46 | 2 | 24 | 65 |
| Binary | 10011111 | 1110000 | 1101110 | 0 | 11110 | 11111 | 100110 | 10 | 10100 | 110101 |
Color Harmonies of #9F706E
Complementary color
Monochromatic Colors of #9F706E
Black with #9F706E
Text Example
Text Example
White with #9F706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F706E; }
p { color: rgb(159,112,110); }
H1.HeaderClassName
{
color: #9F706E;
}
.AnyTagClassName
{
color: #9F706E;
}
</style>
background-color css
<style>
a { background-color: #9F706E; }
a { background-color: rgb(159,112,110); }
div.DivClassName
{
background-color: #9F706E;
}
.BgClassName
{
background-color: #9F706E;
}
</style>
border-color css
<style>
span { border-color: #9F706E; }
span { border-color: rgb(159,112,110); }
td.TdClassName
{
border-color: #9F706E;
}
.TagClassName
{
border-color: #9F706E;
}
</style>