#86636F

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

Shades of Mauve Taupe #86636F

Tints of Mauve Taupe #86636F

Color information

#86636F (or 0x86636F) is unknown color: approx Mauve Taupe. HEX triplet: 86, 63 and 6F. RGB value is (134,99,111). Sum of RGB (Red+Green+Blue) = 134+99+111=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86636F is #799C90. Grayscale: #6E6E6E. Windows color (decimal): -7969937 or 7299974. OLE color: 7299974.

HSL color Cylindrical-coordinate representation of color #86636F: hue angle of 339.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86636F is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13499111-
CMYK00.260.170.47
HSL339.43º15.02%45.69%-
HSV(B)339.43º26.12%52.55%-
XYZ17.1615.1417.06-
YUV110.83128.1144.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=38.95%
G=28.78%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349911100.260.170.47339.4315.0245.69
Hex86636F01A112F153f2e
Octal20614315703221575231756
Binary1000011011000111101111011010100011011111010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86636F; }

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

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

<style>
 a { background-color: #86636F; }

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

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

<style>
 span { border-color: #86636F; }

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

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