#895E6C

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

Shades of Mauve Taupe #895E6C

Tints of Mauve Taupe #895E6C

Color information

#895E6C (or 0x895E6C) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5E and 6C. RGB value is (137,94,108). Sum of RGB (Red+Green+Blue) = 137+94+108=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E6C is #76A193. Grayscale: #6C6C6C. Windows color (decimal): -7774612 or 7102089. OLE color: 7102089.

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

Color convert

RGB13794108-
CMYK00.310.210.46
HSL340.47º18.61%45.29%-
HSV(B)340.47º31.39%53.73%-
XYZ17.0314.4116.07-
YUV108.45127.75148.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=40.41%
G=27.73%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379410800.310.210.46340.4718.6145.29
Hex895E6C01F152E154132d
Octal21113615403725565242355
Binary10001001101111011011000111111010110111010101010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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