#875c6f

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

Shades of Mauve Taupe #875C6F

Tints of Mauve Taupe #875C6F

Color information

#875C6F (or 0x875C6F) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5C and 6F. RGB value is (135,92,111). Sum of RGB (Red+Green+Blue) = 135+92+111=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C6F is #78A390. Grayscale: #6A6A6A. Windows color (decimal): -7906193 or 7298183. OLE color: 7298183.

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

Color convert

RGB13592111-
CMYK00.320.180.47
HSL333.49º18.94%44.51%-
HSV(B)333.49º31.85%52.94%-
XYZ16.6913.9516.85-
YUV107.02130.25147.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=39.94%
G=27.22%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359211100.320.180.47333.4918.9444.51
Hex875C6F020122F14d132d
Octal20713415704022575152355
Binary100001111011100110111101000001001010111110100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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