#89596F

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

Shades of Mauve Taupe #89596F

Tints of Mauve Taupe #89596F

Color information

#89596F (or 0x89596F) is unknown color: approx Mauve Taupe. HEX triplet: 89, 59 and 6F. RGB value is (137,89,111). Sum of RGB (Red+Green+Blue) = 137+89+111=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #89596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89596F is #76A690. Grayscale: #696969. Windows color (decimal): -7775889 or 7297417. OLE color: 7297417.

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

Color convert

RGB13789111-
CMYK00.350.190.46
HSL332.5º21.24%44.31%-
HSV(B)332.5º35.04%53.73%-
XYZ16.7613.6116.78-
YUV105.86130.9150.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=40.65%
G=26.41%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378911100.350.190.46332.521.2444.31
Hex89596F023132E14c152c
Octal21113115704323565142554
Binary100010011011001110111101000111001110111010100110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89596F; }

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

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

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

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

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

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

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

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