#9E605D

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

Shades of Copper Rose #9E605D

Tints of Copper Rose #9E605D

Color information

#9E605D (or 0x9E605D) is unknown color: approx Copper Rose. HEX triplet: 9E, 60 and 5D. RGB value is (158,96,93). Sum of RGB (Red+Green+Blue) = 158+96+93=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E605D is #619FA2. Grayscale: #727272. Windows color (decimal): -6397859 or 6119582. OLE color: 6119582.

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

Color convert

RGB1589693-
CMYK00.390.410.38
HSL2.77º25.9%49.22%-
HSV(B)2.77º41.14%61.96%-
XYZ20.2616.4312.46-
YUV114.2116.04159.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=45.53%
G=27.67%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158969300.390.410.382.7725.949.22
Hex9E605D027292631a31
Octal236140135047514633261
Binary100111101100000101110101001111010011001101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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