Shades of Copper Rose #9F6460
Tints of Copper Rose #9F6460
RGB
CMYK
RGB Variations
Color information
#9F6460 (or 0x9F6460) is known color: Copper Rose. HEX triplet: 9F, 64 and 60. RGB value is (159,100,96). Sum of RGB (Red+Green+Blue) = 159+100+96=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6460 is #609B9F. Grayscale: #757575. Windows color (decimal): -6331296 or 6317215. OLE color: 6317215.
HSL color Cylindrical-coordinate representation of color #9F6460: hue angle of 3.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6460 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 96 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.38 |
| HSL | 3.81º | 0.25% | 0.5% | - |
| HSV(B) | 3.81º | 0.4% | 0.62% | - |
| XYZ | 20.97 | 17.33 | 13.31 | - |
| YUV | 117.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 96 | 0 | 0.37 | 0.40 | 0.38 | 3.81 | 0.25 | 0.5 |
| Hex | 9F | 64 | 60 | 0 | 25 | 28 | 26 | 4 | 19 | 32 |
| Octal | 237 | 144 | 140 | 0 | 45 | 50 | 46 | 4 | 31 | 62 |
| Binary | 10011111 | 1100100 | 1100000 | 0 | 100101 | 101000 | 100110 | 100 | 11001 | 110010 |
Color Harmonies of #9F6460
Complementary color
Monochromatic Colors of #9F6460
Black with #9F6460
Text Example
Text Example
White with #9F6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6460; }
p { color: rgb(159,100,96); }
H1.HeaderClassName
{
color: #9F6460;
}
.AnyTagClassName
{
color: #9F6460;
}
</style>
background-color css
<style>
a { background-color: #9F6460; }
a { background-color: rgb(159,100,96); }
div.DivClassName
{
background-color: #9F6460;
}
.BgClassName
{
background-color: #9F6460;
}
</style>
border-color css
<style>
span { border-color: #9F6460; }
span { border-color: rgb(159,100,96); }
td.TdClassName
{
border-color: #9F6460;
}
.TagClassName
{
border-color: #9F6460;
}
</style>