#875E6C

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

Shades of Mauve Taupe #875E6C

Tints of Mauve Taupe #875E6C

Color information

#875E6C (or 0x875E6C) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5E and 6C. RGB value is (135,94,108). Sum of RGB (Red+Green+Blue) = 135+94+108=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E6C is #78A193. Grayscale: #6B6B6B. Windows color (decimal): -7905684 or 7102087. OLE color: 7102087.

HSL color Cylindrical-coordinate representation of color #875E6C: hue angle of 339.51º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E6C is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13594108-
CMYK00.300.20.47
HSL339.51º17.9%44.9%-
HSV(B)339.51º30.37%52.94%-
XYZ16.714.2416.06-
YUV107.85128.08147.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=40.06%
G=27.89%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359410800.300.20.47339.5117.944.9
Hex875E6C01E142F154122d
Octal20713615403624575242255
Binary10000111101111011011000111101010010111110101010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E6C; }

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

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

<style>
 a { background-color: #875E6C; }

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

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

<style>
 span { border-color: #875E6C; }

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

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