#875C6D

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

Shades of Mauve Taupe #875C6D

Tints of Mauve Taupe #875C6D

Color information

#875C6D (or 0x875C6D) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5C and 6D. RGB value is (135,92,109). Sum of RGB (Red+Green+Blue) = 135+92+109=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #875C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C6D is #78A392. Grayscale: #6A6A6A. Windows color (decimal): -7906195 or 7167111. OLE color: 7167111.

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

Color convert

RGB13592109-
CMYK00.320.190.47
HSL336.28º18.94%44.51%-
HSV(B)336.28º31.85%52.94%-
XYZ16.5813.9116.28-
YUV106.8129.25148.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=40.18%
G=27.38%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359210900.320.190.47336.2818.9444.51
Hex875C6D020132F150132d
Octal20713415504023575202355
Binary100001111011100110110101000001001110111110101000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,109); }

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

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

 a { background-color: rgb(135,92,109); }

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

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

 span { border-color: rgb(135,92,109); }

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