Shades of Copper Rose #9E6E6A
Tints of Copper Rose #9E6E6A
RGB
CMYK
RGB Variations
Color information
#9E6E6A (or 0x9E6E6A) is known color: Copper Rose. HEX triplet: 9E, 6E and 6A. RGB value is (158,110,106). Sum of RGB (Red+Green+Blue) = 158+110+106=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6E6A is #619195. Grayscale: #7B7B7B. Windows color (decimal): -6394262 or 6975134. OLE color: 6975134.
HSL color Cylindrical-coordinate representation of color #9E6E6A: hue angle of 4.62º degrees, saturation: 0.21, 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 #9E6E6A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 110 | 106 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.38 |
| HSL | 4.62º | 0.21% | 0.52% | - |
| HSV(B) | 4.62º | 0.33% | 0.62% | - |
| XYZ | 22.28 | 19.46 | 16.22 | - |
| YUV | 123.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 106 | 0 | 0.30 | 0.33 | 0.38 | 4.62 | 0.21 | 0.52 |
| Hex | 9E | 6E | 6A | 0 | 1E | 21 | 26 | 5 | 15 | 34 |
| Octal | 236 | 156 | 152 | 0 | 36 | 41 | 46 | 5 | 25 | 64 |
| Binary | 10011110 | 1101110 | 1101010 | 0 | 11110 | 100001 | 100110 | 101 | 10101 | 110100 |
Color Harmonies of #9E6E6A
Complementary color
Monochromatic Colors of #9E6E6A
Black with #9E6E6A
Text Example
Text Example
White with #9E6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6E6A; }
p { color: rgb(158,110,106); }
H1.HeaderClassName
{
color: #9E6E6A;
}
.AnyTagClassName
{
color: #9E6E6A;
}
</style>
background-color css
<style>
a { background-color: #9E6E6A; }
a { background-color: rgb(158,110,106); }
div.DivClassName
{
background-color: #9E6E6A;
}
.BgClassName
{
background-color: #9E6E6A;
}
</style>
border-color css
<style>
span { border-color: #9E6E6A; }
span { border-color: rgb(158,110,106); }
td.TdClassName
{
border-color: #9E6E6A;
}
.TagClassName
{
border-color: #9E6E6A;
}
</style>