Shades of Copper Rose #9F6F6D
Tints of Copper Rose #9F6F6D
RGB
CMYK
RGB Variations
Color information
#9F6F6D (or 0x9F6F6D) is known color: Copper Rose. HEX triplet: 9F, 6F and 6D. RGB value is (159,111,109). Sum of RGB (Red+Green+Blue) = 159+111+109=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6F6D is #609092. Grayscale: #7D7D7D. Windows color (decimal): -6328467 or 7171999. OLE color: 7171999.
HSL color Cylindrical-coordinate representation of color #9F6F6D: hue angle of 2.4º degrees, saturation: 0.21, 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 #9F6F6D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 111 | 109 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.38 |
| HSL | 2.4º | 0.21% | 0.53% | - |
| HSV(B) | 2.4º | 0.31% | 0.62% | - |
| XYZ | 22.74 | 19.84 | 17.1 | - |
| YUV | 125.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 109 | 0 | 0.30 | 0.31 | 0.38 | 2.4 | 0.21 | 0.53 |
| Hex | 9F | 6F | 6D | 0 | 1E | 1F | 26 | 2 | 15 | 35 |
| Octal | 237 | 157 | 155 | 0 | 36 | 37 | 46 | 2 | 25 | 65 |
| Binary | 10011111 | 1101111 | 1101101 | 0 | 11110 | 11111 | 100110 | 10 | 10101 | 110101 |
Color Harmonies of #9F6F6D
Complementary color
Monochromatic Colors of #9F6F6D
Black with #9F6F6D
Text Example
Text Example
White with #9F6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6F6D; }
p { color: rgb(159,111,109); }
H1.HeaderClassName
{
color: #9F6F6D;
}
.AnyTagClassName
{
color: #9F6F6D;
}
</style>
background-color css
<style>
a { background-color: #9F6F6D; }
a { background-color: rgb(159,111,109); }
div.DivClassName
{
background-color: #9F6F6D;
}
.BgClassName
{
background-color: #9F6F6D;
}
</style>
border-color css
<style>
span { border-color: #9F6F6D; }
span { border-color: rgb(159,111,109); }
td.TdClassName
{
border-color: #9F6F6D;
}
.TagClassName
{
border-color: #9F6F6D;
}
</style>