#8E6F70

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

Shades of Empress #8E6F70

Tints of Empress #8E6F70

Color information

#8E6F70 (or 0x8E6F70) is unknown color: approx Empress. HEX triplet: 8E, 6F and 70. RGB value is (142,111,112). Sum of RGB (Red+Green+Blue) = 142+111+112=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F70 is #71908F. Grayscale: #787878. Windows color (decimal): -7442576 or 7368590. OLE color: 7368590.

HSL color Cylindrical-coordinate representation of color #8E6F70: hue angle of 358.06º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E6F70 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB142111112-
CMYK00.220.210.44
HSL358.06º12.25%49.61%-
HSV(B)358.06º21.83%55.69%-
XYZ19.7618.2917.82-
YUV120.38123.27143.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=38.90%
G=30.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211111200.220.210.44358.0612.2549.61
Hex8E6F70016152C166c32
Octal21615716002625545461462
Binary1000111011011111110000010110101011011001011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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