#895A6E

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

Shades of Mauve Taupe #895A6E

Tints of Mauve Taupe #895A6E

Color information

#895A6E (or 0x895A6E) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5A and 6E. RGB value is (137,90,110). Sum of RGB (Red+Green+Blue) = 137+90+110=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A6E is #76A591. Grayscale: #6A6A6A. Windows color (decimal): -7775634 or 7232137. OLE color: 7232137.

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

Color convert

RGB13790110-
CMYK00.340.200.46
HSL334.47º20.7%44.51%-
HSV(B)334.47º34.31%53.73%-
XYZ16.7913.7616.52-
YUV106.33130.07149.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=40.65%
G=26.71%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379011000.340.200.46334.4720.744.51
Hex895A6E022142E14e152d
Octal21113215604224565162555
Binary100010011011010110111001000101010010111010100111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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