#87646C

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

Shades of Mauve Taupe #87646C

Tints of Mauve Taupe #87646C

Color information

#87646C (or 0x87646C) is unknown color: approx Mauve Taupe. HEX triplet: 87, 64 and 6C. RGB value is (135,100,108). Sum of RGB (Red+Green+Blue) = 135+100+108=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87646C is #789B93. Grayscale: #6F6F6F. Windows color (decimal): -7904148 or 7103623. OLE color: 7103623.

HSL color Cylindrical-coordinate representation of color #87646C: hue angle of 346.29º 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 #87646C is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB135100108-
CMYK00.260.20.47
HSL346.29º14.89%46.08%-
HSV(B)346.29º25.93%52.94%-
XYZ17.2615.3516.24-
YUV111.38126.1144.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=39.36%
G=29.15%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510010800.260.20.47346.2914.8946.08
Hex87646C01A142F15af2e
Octal20714415403224575321756
Binary1000011111001001101100011010101001011111010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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