Shades of Copper Rose #9F6864
Tints of Copper Rose #9F6864
RGB
CMYK
RGB Variations
Color information
#9F6864 (or 0x9F6864) is known color: Copper Rose. HEX triplet: 9F, 68 and 64. RGB value is (159,104,100). Sum of RGB (Red+Green+Blue) = 159+104+100=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6864 is #60979B. Grayscale: #787878. Windows color (decimal): -6330268 or 6580383. OLE color: 6580383.
HSL color Cylindrical-coordinate representation of color #9F6864: hue angle of 4.07º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6864 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 100 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.38 |
| HSL | 4.07º | 0.24% | 0.51% | - |
| HSV(B) | 4.07º | 0.37% | 0.62% | - |
| XYZ | 21.55 | 18.19 | 14.43 | - |
| YUV | 119.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 100 | 0 | 0.35 | 0.37 | 0.38 | 4.07 | 0.24 | 0.51 |
| Hex | 9F | 68 | 64 | 0 | 23 | 25 | 26 | 4 | 18 | 33 |
| Octal | 237 | 150 | 144 | 0 | 43 | 45 | 46 | 4 | 30 | 63 |
| Binary | 10011111 | 1101000 | 1100100 | 0 | 100011 | 100101 | 100110 | 100 | 11000 | 110011 |
Color Harmonies of #9F6864
Complementary color
Monochromatic Colors of #9F6864
Black with #9F6864
Text Example
Text Example
White with #9F6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6864; }
p { color: rgb(159,104,100); }
H1.HeaderClassName
{
color: #9F6864;
}
.AnyTagClassName
{
color: #9F6864;
}
</style>
background-color css
<style>
a { background-color: #9F6864; }
a { background-color: rgb(159,104,100); }
div.DivClassName
{
background-color: #9F6864;
}
.BgClassName
{
background-color: #9F6864;
}
</style>
border-color css
<style>
span { border-color: #9F6864; }
span { border-color: rgb(159,104,100); }
td.TdClassName
{
border-color: #9F6864;
}
.TagClassName
{
border-color: #9F6864;
}
</style>