#875D61

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

Shades of Mauve Taupe #875D61

Tints of Mauve Taupe #875D61

Color information

#875D61 (or 0x875D61) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5D and 61. RGB value is (135,93,97). Sum of RGB (Red+Green+Blue) = 135+93+97=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #875D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D61 is #78A29E. Grayscale: #6A6A6A. Windows color (decimal): -7905951 or 6380935. OLE color: 6380935.

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

Color convert

RGB1359397-
CMYK00.310.280.47
HSL354.29º18.42%44.71%-
HSV(B)354.29º31.11%52.94%-
XYZ16.0613.8413.13-
YUV106.01122.91148.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=41.54%
G=28.62%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135939700.310.280.47354.2918.4244.71
Hex875D6101F1C2F162122d
Octal20713514103734575422255
Binary10000111101110111000010111111110010111110110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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