#88596E

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

Shades of Mauve Taupe #88596E

Tints of Mauve Taupe #88596E

Color information

#88596E (or 0x88596E) is unknown color: approx Mauve Taupe. HEX triplet: 88, 59 and 6E. RGB value is (136,89,110). Sum of RGB (Red+Green+Blue) = 136+89+110=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #88596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88596E is #77A691. Grayscale: #696969. Windows color (decimal): -7841426 or 7231880. OLE color: 7231880.

HSL color Cylindrical-coordinate representation of color #88596E: hue angle of 333.19º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88596E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13689110-
CMYK00.350.190.47
HSL333.19º20.89%44.12%-
HSV(B)333.19º34.56%53.33%-
XYZ16.5413.516.49-
YUV105.45130.57149.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=40.60%
G=26.57%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368911000.350.190.47333.1920.8944.12
Hex88596E023132F14d152c
Octal21013115604323575152554
Binary100010001011001110111001000111001110111110100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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