#875F61

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

Shades of Mauve Taupe #875F61

Tints of Mauve Taupe #875F61

Color information

#875F61 (or 0x875F61) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5F and 61. RGB value is (135,95,97). Sum of RGB (Red+Green+Blue) = 135+95+97=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #875F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F61 is #78A09E. Grayscale: #6B6B6B. Windows color (decimal): -7905439 or 6381447. OLE color: 6381447.

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

Color convert

RGB1359597-
CMYK00.300.280.47
HSL357º17.39%45.1%-
HSV(B)357º29.63%52.94%-
XYZ16.2414.213.19-
YUV107.19122.25147.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=41.28%
G=29.05%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135959700.300.280.4735717.3945.1
Hex875F6101E1C2F165112d
Octal20713714103634575452155
Binary10000111101111111000010111101110010111110110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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