#896E70

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

Shades of Empress #896E70

Tints of Empress #896E70

Color information

#896E70 (or 0x896E70) is unknown color: approx Empress. HEX triplet: 89, 6E and 70. RGB value is (137,110,112). Sum of RGB (Red+Green+Blue) = 137+110+112=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #896E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E70 is #76918F. Grayscale: #767676. Windows color (decimal): -7770512 or 7368329. OLE color: 7368329.

HSL color Cylindrical-coordinate representation of color #896E70: hue angle of 355.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896E70 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB137110112-
CMYK00.200.180.46
HSL355.56º10.93%48.43%-
HSV(B)355.56º19.71%53.73%-
XYZ18.8217.6417.74-
YUV118.3124.45141.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=38.16%
G=30.64%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711011200.200.180.46355.5610.9348.43
Hex896E70014122E164b30
Octal21115616002422565441360
Binary1000100111011101110000010100100101011101011001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896E70; }

 p { color: rgb(137,110,112); }

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

<style>
 a { background-color: #896E70; }

 a { background-color: rgb(137,110,112); }

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

<style>
 span { border-color: #896E70; }

 span { border-color: rgb(137,110,112); }

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