#8E6E71

Color #8E6E71 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #8E6E71

Tints of Empress #8E6E71

Color information

#8E6E71 (or 0x8E6E71) is unknown color: approx Empress. HEX triplet: 8E, 6E and 71. RGB value is (142,110,113). Sum of RGB (Red+Green+Blue) = 142+110+113=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E71 is #71918E. Grayscale: #777777. Windows color (decimal): -7442831 or 7433870. OLE color: 7433870.

HSL color Cylindrical-coordinate representation of color #8E6E71: hue angle of 354.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6E71 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB142110113-
CMYK00.230.200.44
HSL354.38º12.7%49.41%-
HSV(B)354.38º22.54%55.69%-
XYZ19.7118.0918.08-
YUV119.91124.1143.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=38.90%
G=30.14%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211011300.230.200.44354.3812.749.41
Hex8E6E71017142C162d31
Octal21615616102724545421561
Binary1000111011011101110001010111101001011001011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6E71; }

 p { color: rgb(142,110,113); }

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

<style>
 a { background-color: #8E6E71; }

 a { background-color: rgb(142,110,113); }

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

<style>
 span { border-color: #8E6E71; }

 span { border-color: rgb(142,110,113); }

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