Shades of Copper Rose #9F6E6A
Tints of Copper Rose #9F6E6A
RGB
CMYK
RGB Variations
Color information
#9F6E6A (or 0x9F6E6A) is known color: Copper Rose. HEX triplet: 9F, 6E and 6A. RGB value is (159,110,106). Sum of RGB (Red+Green+Blue) = 159+110+106=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E6A is #609195. Grayscale: #7C7C7C. Windows color (decimal): -6328726 or 6975135. OLE color: 6975135.
HSL color Cylindrical-coordinate representation of color #9F6E6A: hue angle of 4.53º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6E6A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 110 | 106 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.38 |
| HSL | 4.53º | 0.22% | 0.52% | - |
| HSV(B) | 4.53º | 0.33% | 0.62% | - |
| XYZ | 22.48 | 19.56 | 16.23 | - |
| YUV | 124.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 106 | 0 | 0.31 | 0.33 | 0.38 | 4.53 | 0.22 | 0.52 |
| Hex | 9F | 6E | 6A | 0 | 1F | 21 | 26 | 5 | 16 | 34 |
| Octal | 237 | 156 | 152 | 0 | 37 | 41 | 46 | 5 | 26 | 64 |
| Binary | 10011111 | 1101110 | 1101010 | 0 | 11111 | 100001 | 100110 | 101 | 10110 | 110100 |
Color Harmonies of #9F6E6A
Complementary color
Monochromatic Colors of #9F6E6A
Black with #9F6E6A
Text Example
Text Example
White with #9F6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6E6A; }
p { color: rgb(159,110,106); }
H1.HeaderClassName
{
color: #9F6E6A;
}
.AnyTagClassName
{
color: #9F6E6A;
}
</style>
background-color css
<style>
a { background-color: #9F6E6A; }
a { background-color: rgb(159,110,106); }
div.DivClassName
{
background-color: #9F6E6A;
}
.BgClassName
{
background-color: #9F6E6A;
}
</style>
border-color css
<style>
span { border-color: #9F6E6A; }
span { border-color: rgb(159,110,106); }
td.TdClassName
{
border-color: #9F6E6A;
}
.TagClassName
{
border-color: #9F6E6A;
}
</style>