#9E615E

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

Shades of Copper Rose #9E615E

Tints of Copper Rose #9E615E

Color information

#9E615E (or 0x9E615E) is unknown color: approx Copper Rose. HEX triplet: 9E, 61 and 5E. RGB value is (158,97,94). Sum of RGB (Red+Green+Blue) = 158+97+94=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E615E is #619EA1. Grayscale: #727272. Windows color (decimal): -6397602 or 6185374. OLE color: 6185374.

HSL color Cylindrical-coordinate representation of color #9E615E: hue angle of 2.81º degrees, saturation: 0.25, 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 #9E615E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1589794-
CMYK00.390.410.38
HSL2.81º25.4%49.41%-
HSV(B)2.81º40.51%61.96%-
XYZ20.416.6312.72-
YUV114.9116.21158.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.27%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=45.27%
G=27.79%
B=26.93%

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
Decimal158979400.390.410.382.8125.449.41
Hex9E615E027292631931
Octal236141136047514633161
Binary100111101100001101111001001111010011001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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