#875E6E

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

Shades of Mauve Taupe #875E6E

Tints of Mauve Taupe #875E6E

Color information

#875E6E (or 0x875E6E) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5E and 6E. RGB value is (135,94,110). Sum of RGB (Red+Green+Blue) = 135+94+110=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #875E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E6E is #78A191. Grayscale: #6C6C6C. Windows color (decimal): -7905682 or 7233159. OLE color: 7233159.

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

Color convert

RGB13594110-
CMYK00.300.190.47
HSL336.59º17.9%44.9%-
HSV(B)336.59º30.37%52.94%-
XYZ16.8114.2816.62-
YUV108.08129.08147.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=39.82%
G=27.73%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359411000.300.190.47336.5917.944.9
Hex875E6E01E132F151122d
Octal20713615603623575212255
Binary10000111101111011011100111101001110111110101000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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