#865B72

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

Shades of Mauve Taupe #865B72

Tints of Mauve Taupe #865B72

Color information

#865B72 (or 0x865B72) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5B and 72. RGB value is (134,91,114). Sum of RGB (Red+Green+Blue) = 134+91+114=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B72 is #79A48D. Grayscale: #6A6A6A. Windows color (decimal): -7971982 or 7494534. OLE color: 7494534.

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

Color convert

RGB13491114-
CMYK00.320.150.47
HSL327.91º19.11%44.12%-
HSV(B)327.91º32.09%52.55%-
XYZ16.6113.7717.7-
YUV106.48132.25147.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=39.53%
G=26.84%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349111400.320.150.47327.9119.1144.12
Hex865B72020F2F148132c
Octal20613316204017575102354
Binary10000110101101111100100100000111110111110100100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,114); }

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

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

 a { background-color: rgb(134,91,114); }

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

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

 span { border-color: rgb(134,91,114); }

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