Shades of Copper Rose #9F6665
Tints of Copper Rose #9F6665
RGB
CMYK
RGB Variations
Color information
#9F6665 (or 0x9F6665) is known color: Copper Rose. HEX triplet: 9F, 66 and 65. RGB value is (159,102,101). Sum of RGB (Red+Green+Blue) = 159+102+101=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6665 is #60999A. Grayscale: #767676. Windows color (decimal): -6330779 or 6645407. OLE color: 6645407.
HSL color Cylindrical-coordinate representation of color #9F6665: hue angle of 1.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6665 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 101 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.38 |
| HSL | 1.03º | 0.23% | 0.51% | - |
| HSV(B) | 1.03º | 0.36% | 0.62% | - |
| XYZ | 21.4 | 17.81 | 14.62 | - |
| YUV | 118.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 101 | 0 | 0.36 | 0.36 | 0.38 | 1.03 | 0.23 | 0.51 |
| Hex | 9F | 66 | 65 | 0 | 24 | 24 | 26 | 1 | 17 | 33 |
| Octal | 237 | 146 | 145 | 0 | 44 | 44 | 46 | 1 | 27 | 63 |
| Binary | 10011111 | 1100110 | 1100101 | 0 | 100100 | 100100 | 100110 | 1 | 10111 | 110011 |
Color Harmonies of #9F6665
Complementary color
Monochromatic Colors of #9F6665
Black with #9F6665
Text Example
Text Example
White with #9F6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6665; }
p { color: rgb(159,102,101); }
H1.HeaderClassName
{
color: #9F6665;
}
.AnyTagClassName
{
color: #9F6665;
}
</style>
background-color css
<style>
a { background-color: #9F6665; }
a { background-color: rgb(159,102,101); }
div.DivClassName
{
background-color: #9F6665;
}
.BgClassName
{
background-color: #9F6665;
}
</style>
border-color css
<style>
span { border-color: #9F6665; }
span { border-color: rgb(159,102,101); }
td.TdClassName
{
border-color: #9F6665;
}
.TagClassName
{
border-color: #9F6665;
}
</style>