#875E6A

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

Shades of Mauve Taupe #875E6A

Tints of Mauve Taupe #875E6A

Color information

#875E6A (or 0x875E6A) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5E and 6A. RGB value is (135,94,106). Sum of RGB (Red+Green+Blue) = 135+94+106=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E6A is #78A195. Grayscale: #6B6B6B. Windows color (decimal): -7905686 or 6971015. OLE color: 6971015.

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

Color convert

RGB13594106-
CMYK00.300.210.47
HSL342.44º17.9%44.9%-
HSV(B)342.44º30.37%52.94%-
XYZ16.614.215.5-
YUV107.63127.08147.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=40.30%
G=28.06%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359410600.300.210.47342.4417.944.9
Hex875E6A01E152F156122d
Octal20713615203625575262255
Binary10000111101111011010100111101010110111110101011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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