#89596E

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

Shades of Mauve Taupe #89596E

Tints of Mauve Taupe #89596E

Color information

#89596E (or 0x89596E) is unknown color: approx Mauve Taupe. HEX triplet: 89, 59 and 6E. RGB value is (137,89,110). Sum of RGB (Red+Green+Blue) = 137+89+110=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #89596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89596E is #76A691. Grayscale: #696969. Windows color (decimal): -7775890 or 7231881. OLE color: 7231881.

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

Color convert

RGB13789110-
CMYK00.350.200.46
HSL333.75º21.24%44.31%-
HSV(B)333.75º35.04%53.73%-
XYZ16.713.5916.49-
YUV105.75130.4150.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=40.77%
G=26.49%
B=32.74%

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
Decimal1378911000.350.200.46333.7521.2444.31
Hex89596E023142E14e152c
Octal21113115604324565162554
Binary100010011011001110111001000111010010111010100111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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