#895A6A

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

Shades of Mauve Taupe #895A6A

Tints of Mauve Taupe #895A6A

Color information

#895A6A (or 0x895A6A) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5A and 6A. RGB value is (137,90,106). Sum of RGB (Red+Green+Blue) = 137+90+106=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #895A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A6A is #76A595. Grayscale: #696969. Windows color (decimal): -7775638 or 6969993. OLE color: 6969993.

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

Color convert

RGB13790106-
CMYK00.340.230.46
HSL339.57º20.7%44.51%-
HSV(B)339.57º34.31%53.73%-
XYZ16.5713.6715.4-
YUV105.88128.07150.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=41.14%
G=27.03%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379010600.340.230.46339.5720.744.51
Hex895A6A022172E154152d
Octal21113215204227565242555
Binary100010011011010110101001000101011110111010101010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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