#86636A

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

Shades of Mauve Taupe #86636A

Tints of Mauve Taupe #86636A

Color information

#86636A (or 0x86636A) is unknown color: approx Mauve Taupe. HEX triplet: 86, 63 and 6A. RGB value is (134,99,106). Sum of RGB (Red+Green+Blue) = 134+99+106=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86636A is #799C95. Grayscale: #6E6E6E. Windows color (decimal): -7969942 or 6972294. OLE color: 6972294.

HSL color Cylindrical-coordinate representation of color #86636A: hue angle of 348º 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 #86636A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13499106-
CMYK00.260.210.47
HSL348º15.02%45.69%-
HSV(B)348º26.12%52.55%-
XYZ16.8915.0315.65-
YUV110.26125.6144.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=39.53%
G=29.20%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349910600.260.210.4734815.0245.69
Hex86636A01A152F15cf2e
Octal20614315203225575341756
Binary1000011011000111101010011010101011011111010111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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