#87646A

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

Shades of Mauve Taupe #87646A

Tints of Mauve Taupe #87646A

Color information

#87646A (or 0x87646A) is unknown color: approx Mauve Taupe. HEX triplet: 87, 64 and 6A. RGB value is (135,100,106). Sum of RGB (Red+Green+Blue) = 135+100+106=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87646A is #789B95. Grayscale: #6F6F6F. Windows color (decimal): -7904150 or 6972551. OLE color: 6972551.

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

Color convert

RGB135100106-
CMYK00.260.210.47
HSL349.71º14.89%46.08%-
HSV(B)349.71º25.93%52.94%-
XYZ17.1515.3115.69-
YUV111.15125.1145.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=39.59%
G=29.33%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510010600.260.210.47349.7114.8946.08
Hex87646A01A152F15ef2e
Octal20714415203225575361756
Binary1000011111001001101010011010101011011111010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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