#87596E

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

Shades of Mauve Taupe #87596E

Tints of Mauve Taupe #87596E

Color information

#87596E (or 0x87596E) is unknown color: approx Mauve Taupe. HEX triplet: 87, 59 and 6E. RGB value is (135,89,110). Sum of RGB (Red+Green+Blue) = 135+89+110=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #87596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87596E is #78A691. Grayscale: #696969. Windows color (decimal): -7906962 or 7231879. OLE color: 7231879.

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

Color convert

RGB13589110-
CMYK00.340.190.47
HSL332.61º20.54%43.92%-
HSV(B)332.61º34.07%52.94%-
XYZ16.3813.4216.48-
YUV105.15130.74149.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=40.42%
G=26.65%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358911000.340.190.47332.6120.5443.92
Hex87596E022132F14d152c
Octal20713115604223575152554
Binary100001111011001110111001000101001110111110100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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