#865F6F

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

Shades of Mauve Taupe #865F6F

Tints of Mauve Taupe #865F6F

Color information

#865F6F (or 0x865F6F) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5F and 6F. RGB value is (134,95,111). Sum of RGB (Red+Green+Blue) = 134+95+111=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F6F is #79A090. Grayscale: #6C6C6C. Windows color (decimal): -7970961 or 7298950. OLE color: 7298950.

HSL color Cylindrical-coordinate representation of color #865F6F: hue angle of 335.38º 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 #865F6F is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13495111-
CMYK00.290.170.47
HSL335.38º17.03%44.9%-
HSV(B)335.38º29.1%52.55%-
XYZ16.7914.416.93-
YUV108.48129.42146.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=39.41%
G=27.94%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349511100.290.170.47335.3817.0344.9
Hex865F6F01D112F14f112d
Octal20613715703521575172155
Binary10000110101111111011110111011000110111110100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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