#87646E

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

Shades of Mauve Taupe #87646E

Tints of Mauve Taupe #87646E

Color information

#87646E (or 0x87646E) is unknown color: approx Mauve Taupe. HEX triplet: 87, 64 and 6E. RGB value is (135,100,110). Sum of RGB (Red+Green+Blue) = 135+100+110=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #87646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87646E is #789B91. Grayscale: #6F6F6F. Windows color (decimal): -7904146 or 7234695. OLE color: 7234695.

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

Color convert

RGB135100110-
CMYK00.260.190.47
HSL342.86º14.89%46.08%-
HSV(B)342.86º25.93%52.94%-
XYZ17.3615.3916.81-
YUV111.6127.1144.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=39.13%
G=28.99%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510011000.260.190.47342.8614.8946.08
Hex87646E01A132F157f2e
Octal20714415603223575271756
Binary1000011111001001101110011010100111011111010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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