#9E706F

Color #9E706F Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #9E706F

Tints of Copper Rose #9E706F

Color information

#9E706F (or 0x9E706F) is unknown color: approx Copper Rose. HEX triplet: 9E, 70 and 6F. RGB value is (158,112,111). Sum of RGB (Red+Green+Blue) = 158+112+111=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E706F is #618F90. Grayscale: #7D7D7D. Windows color (decimal): -6393745 or 7303326. OLE color: 7303326.

HSL color Cylindrical-coordinate representation of color #9E706F: hue angle of 1.28º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E706F is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB158112111-
CMYK00.290.300.38
HSL1.28º19.5%52.75%-
HSV(B)1.28º29.75%61.96%-
XYZ22.7620.0117.7-
YUV125.64119.74151.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 41.47%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=41.47%
G=29.40%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811211100.290.300.381.2819.552.75
Hex9E706F01D1E2611435
Octal236160157035364612465
Binary100111101110000110111101110111110100110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E706F; }

 p { color: rgb(158,112,111); }

 H1.HeaderClassName
 {
   color: #9E706F;
 }
 .AnyTagClassName
 {
   color: #9E706F;
 }
</style>
background-color css

<style>
 a { background-color: #9E706F; }

 a { background-color: rgb(158,112,111); }

 div.DivClassName
 {
   background-color: #9E706F;
 }
 .BgClassName
 {
   background-color: #9E706F;
 }
</style>
border-color css

<style>
 span { border-color: #9E706F; }

 span { border-color: rgb(158,112,111); }

 td.TdClassName
 {
   border-color: #9E706F;
 }
 .TagClassName
 {
   border-color: #9E706F;
 }
</style>