Shades of Copper Rose #9F6663
Tints of Copper Rose #9F6663
RGB
CMYK
RGB Variations
Color information
#9F6663 (or 0x9F6663) is known color: Copper Rose. HEX triplet: 9F, 66 and 63. RGB value is (159,102,99). Sum of RGB (Red+Green+Blue) = 159+102+99=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6663 is #60999C. Grayscale: #767676. Windows color (decimal): -6330781 or 6514335. OLE color: 6514335.
HSL color Cylindrical-coordinate representation of color #9F6663: hue angle of 3º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6663 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 99 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.38 |
| HSL | 3º | 0.24% | 0.51% | - |
| HSV(B) | 3º | 0.38% | 0.62% | - |
| XYZ | 21.3 | 17.77 | 14.11 | - |
| YUV | 118.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 99 | 0 | 0.36 | 0.38 | 0.38 | 3 | 0.24 | 0.51 |
| Hex | 9F | 66 | 63 | 0 | 24 | 26 | 26 | 3 | 18 | 33 |
| Octal | 237 | 146 | 143 | 0 | 44 | 46 | 46 | 3 | 30 | 63 |
| Binary | 10011111 | 1100110 | 1100011 | 0 | 100100 | 100110 | 100110 | 11 | 11000 | 110011 |
Color Harmonies of #9F6663
Complementary color
Monochromatic Colors of #9F6663
Black with #9F6663
Text Example
Text Example
White with #9F6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6663; }
p { color: rgb(159,102,99); }
H1.HeaderClassName
{
color: #9F6663;
}
.AnyTagClassName
{
color: #9F6663;
}
</style>
background-color css
<style>
a { background-color: #9F6663; }
a { background-color: rgb(159,102,99); }
div.DivClassName
{
background-color: #9F6663;
}
.BgClassName
{
background-color: #9F6663;
}
</style>
border-color css
<style>
span { border-color: #9F6663; }
span { border-color: rgb(159,102,99); }
td.TdClassName
{
border-color: #9F6663;
}
.TagClassName
{
border-color: #9F6663;
}
</style>