#9E6160

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

Shades of Copper Rose #9E6160

Tints of Copper Rose #9E6160

Color information

#9E6160 (or 0x9E6160) is unknown color: approx Copper Rose. HEX triplet: 9E, 61 and 60. RGB value is (158,97,96). Sum of RGB (Red+Green+Blue) = 158+97+96=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6160 is #619E9F. Grayscale: #737373. Windows color (decimal): -6397600 or 6316446. OLE color: 6316446.

HSL color Cylindrical-coordinate representation of color #9E6160: hue angle of 0.97º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6160 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1589796-
CMYK00.390.390.38
HSL0.97º24.41%49.8%-
HSV(B)0.97º39.24%61.96%-
XYZ20.4916.6613.2-
YUV115.12117.21158.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=45.01%
G=27.64%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158979600.390.390.380.9724.4149.8
Hex9E6160027272611832
Octal236141140047474613062
Binary10011110110000111000000100111100111100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,97,96); }

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

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

 a { background-color: rgb(158,97,96); }

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

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

 span { border-color: rgb(158,97,96); }

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