#895E6F

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

Shades of Mauve Taupe #895E6F

Tints of Mauve Taupe #895E6F

Color information

#895E6F (or 0x895E6F) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5E and 6F. RGB value is (137,94,111). Sum of RGB (Red+Green+Blue) = 137+94+111=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E6F is #76A190. Grayscale: #6C6C6C. Windows color (decimal): -7774609 or 7298697. OLE color: 7298697.

HSL color Cylindrical-coordinate representation of color #895E6F: hue angle of 336.28º 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 #895E6F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13794111-
CMYK00.310.190.46
HSL336.28º18.61%45.29%-
HSV(B)336.28º31.39%53.73%-
XYZ17.1914.4716.93-
YUV108.79129.25148.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=40.06%
G=27.49%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379411100.310.190.46336.2818.6145.29
Hex895E6F01F132E150132d
Octal21113615703723565202355
Binary10001001101111011011110111111001110111010101000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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