Shades of Copper Rose #9E706D
Tints of Copper Rose #9E706D
RGB
CMYK
RGB Variations
Color information
#9E706D (or 0x9E706D) is known color: Copper Rose. HEX triplet: 9E, 70 and 6D. RGB value is (158,112,109). Sum of RGB (Red+Green+Blue) = 158+112+109=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E706D is #618F92. Grayscale: #7D7D7D. Windows color (decimal): -6393747 or 7172254. OLE color: 7172254.
HSL color Cylindrical-coordinate representation of color #9E706D: hue angle of 3.67º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E706D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 109 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.38 |
| HSL | 3.67º | 0.2% | 0.52% | - |
| HSV(B) | 3.67º | 0.31% | 0.62% | - |
| XYZ | 22.66 | 19.96 | 17.13 | - |
| YUV | 125.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 109 | 0 | 0.29 | 0.31 | 0.38 | 3.67 | 0.2 | 0.52 |
| Hex | 9E | 70 | 6D | 0 | 1D | 1F | 26 | 4 | 14 | 34 |
| Octal | 236 | 160 | 155 | 0 | 35 | 37 | 46 | 4 | 24 | 64 |
| Binary | 10011110 | 1110000 | 1101101 | 0 | 11101 | 11111 | 100110 | 100 | 10100 | 110100 |
Color Harmonies of #9E706D
Complementary color
Monochromatic Colors of #9E706D
Black with #9E706D
Text Example
Text Example
White with #9E706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E706D; }
p { color: rgb(158,112,109); }
H1.HeaderClassName
{
color: #9E706D;
}
.AnyTagClassName
{
color: #9E706D;
}
</style>
background-color css
<style>
a { background-color: #9E706D; }
a { background-color: rgb(158,112,109); }
div.DivClassName
{
background-color: #9E706D;
}
.BgClassName
{
background-color: #9E706D;
}
</style>
border-color css
<style>
span { border-color: #9E706D; }
span { border-color: rgb(158,112,109); }
td.TdClassName
{
border-color: #9E706D;
}
.TagClassName
{
border-color: #9E706D;
}
</style>