#875F63

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

Shades of Mauve Taupe #875F63

Tints of Mauve Taupe #875F63

Color information

#875F63 (or 0x875F63) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5F and 63. RGB value is (135,95,99). Sum of RGB (Red+Green+Blue) = 135+95+99=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F63 is #78A09C. Grayscale: #6B6B6B. Windows color (decimal): -7905437 or 6512519. OLE color: 6512519.

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

Color convert

RGB1359599-
CMYK00.300.270.47
HSL354º17.39%45.1%-
HSV(B)354º29.63%52.94%-
XYZ16.3414.2413.69-
YUV107.42123.25147.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=41.03%
G=28.88%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135959900.300.270.4735417.3945.1
Hex875F6301E1B2F162112d
Octal20713714303633575422155
Binary10000111101111111000110111101101110111110110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,95,99); }

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

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

 a { background-color: rgb(135,95,99); }

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

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

 span { border-color: rgb(135,95,99); }

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