#875B6A

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

Shades of Mauve Taupe #875B6A

Tints of Mauve Taupe #875B6A

Color information

#875B6A (or 0x875B6A) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5B and 6A. RGB value is (135,91,106). Sum of RGB (Red+Green+Blue) = 135+91+106=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #875B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B6A is #78A495. Grayscale: #696969. Windows color (decimal): -7906454 or 6970247. OLE color: 6970247.

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

Color convert

RGB13591106-
CMYK00.330.210.47
HSL339.55º19.47%44.31%-
HSV(B)339.55º32.59%52.94%-
XYZ16.3313.6715.41-
YUV105.87128.08148.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=40.66%
G=27.41%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359110600.330.210.47339.5519.4744.31
Hex875B6A021152F154132c
Octal20713315204125575242354
Binary100001111011011110101001000011010110111110101010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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