#875D6E

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

Shades of Mauve Taupe #875D6E

Tints of Mauve Taupe #875D6E

Color information

#875D6E (or 0x875D6E) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5D and 6E. RGB value is (135,93,110). Sum of RGB (Red+Green+Blue) = 135+93+110=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D6E is #78A291. Grayscale: #6B6B6B. Windows color (decimal): -7905938 or 7232903. OLE color: 7232903.

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

Color convert

RGB13593110-
CMYK00.310.190.47
HSL335.71º18.42%44.71%-
HSV(B)335.71º31.11%52.94%-
XYZ16.7214.1116.59-
YUV107.5129.41147.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=39.94%
G=27.51%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359311000.310.190.47335.7118.4244.71
Hex875D6E01F132F150122d
Octal20713515603723575202255
Binary10000111101110111011100111111001110111110101000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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