#895970

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

Shades of Mauve Taupe #895970

Tints of Mauve Taupe #895970

Color information

#895970 (or 0x895970) is unknown color: approx Mauve Taupe. HEX triplet: 89, 59 and 70. RGB value is (137,89,112). Sum of RGB (Red+Green+Blue) = 137+89+112=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895970 is #76A68F. Grayscale: #696969. Windows color (decimal): -7775888 or 7362953. OLE color: 7362953.

HSL color Cylindrical-coordinate representation of color #895970: hue angle of 331.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895970 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13789112-
CMYK00.350.180.46
HSL331.25º21.24%44.31%-
HSV(B)331.25º35.04%53.73%-
XYZ16.8113.6317.07-
YUV105.97131.4150.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=40.53%
G=26.33%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378911200.350.180.46331.2521.2444.31
Hex895970023122E14b152c
Octal21113116004322565132554
Binary100010011011001111000001000111001010111010100101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895970; }

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

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

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

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

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

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

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

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