#865F6C

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

Shades of Mauve Taupe #865F6C

Tints of Mauve Taupe #865F6C

Color information

#865F6C (or 0x865F6C) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5F and 6C. RGB value is (134,95,108). Sum of RGB (Red+Green+Blue) = 134+95+108=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F6C is #79A093. Grayscale: #6C6C6C. Windows color (decimal): -7970964 or 7102342. OLE color: 7102342.

HSL color Cylindrical-coordinate representation of color #865F6C: hue angle of 340º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F6C is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13495108-
CMYK00.290.190.47
HSL340º17.03%44.9%-
HSV(B)340º29.1%52.55%-
XYZ16.6314.3416.08-
YUV108.14127.92146.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=39.76%
G=28.19%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349510800.290.190.4734017.0344.9
Hex865F6C01D132F154112d
Octal20613715403523575242155
Binary10000110101111111011000111011001110111110101010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F6C; }

 p { color: rgb(134,95,108); }

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

<style>
 a { background-color: #865F6C; }

 a { background-color: rgb(134,95,108); }

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

<style>
 span { border-color: #865F6C; }

 span { border-color: rgb(134,95,108); }

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