#875D63

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

Shades of Mauve Taupe #875D63

Tints of Mauve Taupe #875D63

Color information

#875D63 (or 0x875D63) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5D and 63. RGB value is (135,93,99). Sum of RGB (Red+Green+Blue) = 135+93+99=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #875D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D63 is #78A29C. Grayscale: #6A6A6A. Windows color (decimal): -7905949 or 6512007. OLE color: 6512007.

HSL color Cylindrical-coordinate representation of color #875D63: hue angle of 351.43º 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 #875D63 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1359399-
CMYK00.310.270.47
HSL351.43º18.42%44.71%-
HSV(B)351.43º31.11%52.94%-
XYZ16.1613.8813.63-
YUV106.24123.91148.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=41.28%
G=28.44%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135939900.310.270.47351.4318.4244.71
Hex875D6301F1B2F15f122d
Octal20713514303733575372255
Binary10000111101110111000110111111101110111110101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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