#895E70

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

Shades of Mauve Taupe #895E70

Tints of Mauve Taupe #895E70

Color information

#895E70 (or 0x895E70) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5E and 70. RGB value is (137,94,112). Sum of RGB (Red+Green+Blue) = 137+94+112=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #895E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E70 is #76A18F. Grayscale: #6C6C6C. Windows color (decimal): -7774608 or 7364233. OLE color: 7364233.

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

Color convert

RGB13794112-
CMYK00.310.180.46
HSL334.88º18.61%45.29%-
HSV(B)334.88º31.39%53.73%-
XYZ17.2414.4917.22-
YUV108.91129.75148.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=39.94%
G=27.41%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379411200.310.180.46334.8818.6145.29
Hex895E7001F122E14f132d
Octal21113616003722565172355
Binary10001001101111011100000111111001010111010100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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