#89596D

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

Shades of Mauve Taupe #89596D

Tints of Mauve Taupe #89596D

Color information

#89596D (or 0x89596D) is unknown color: approx Mauve Taupe. HEX triplet: 89, 59 and 6D. RGB value is (137,89,109). Sum of RGB (Red+Green+Blue) = 137+89+109=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89596D is #76A692. Grayscale: #696969. Windows color (decimal): -7775891 or 7166345. OLE color: 7166345.

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

Color convert

RGB13789109-
CMYK00.350.200.46
HSL335º21.24%44.31%-
HSV(B)335º35.04%53.73%-
XYZ16.6513.5716.21-
YUV105.63129.9150.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=40.90%
G=26.57%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378910900.350.200.4633521.2444.31
Hex89596D023142E14f152c
Octal21113115504324565172554
Binary100010011011001110110101000111010010111010100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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