#896F70

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

Shades of Empress #896F70

Tints of Empress #896F70

Color information

#896F70 (or 0x896F70) is unknown color: approx Empress. HEX triplet: 89, 6F and 70. RGB value is (137,111,112). Sum of RGB (Red+Green+Blue) = 137+111+112=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F70 is #76908F. Grayscale: #767676. Windows color (decimal): -7770256 or 7368585. OLE color: 7368585.

HSL color Cylindrical-coordinate representation of color #896F70: hue angle of 357.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F70 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB137111112-
CMYK00.190.180.46
HSL357.69º10.48%48.63%-
HSV(B)357.69º18.98%53.73%-
XYZ18.9317.8617.78-
YUV118.89124.11140.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=38.06%
G=30.83%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711111200.190.180.46357.6910.4848.63
Hex896F70013122E166a31
Octal21115716002322565461261
Binary1000100111011111110000010011100101011101011001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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