#86626E

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

Shades of Mauve Taupe #86626E

Tints of Mauve Taupe #86626E

Color information

#86626E (or 0x86626E) is unknown color: approx Mauve Taupe. HEX triplet: 86, 62 and 6E. RGB value is (134,98,110). Sum of RGB (Red+Green+Blue) = 134+98+110=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86626E is #799D91. Grayscale: #6E6E6E. Windows color (decimal): -7970194 or 7234182. OLE color: 7234182.

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

Color convert

RGB13498110-
CMYK00.270.180.47
HSL340º15.52%45.49%-
HSV(B)340º26.87%52.55%-
XYZ17.0114.9316.74-
YUV110.13127.93145.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=39.18%
G=28.65%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349811000.270.180.4734015.5245.49
Hex86626E01B122F154102d
Octal20614215603322575242055
Binary10000110110001011011100110111001010111110101010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86626E; }

 p { color: rgb(134,98,110); }

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

<style>
 a { background-color: #86626E; }

 a { background-color: rgb(134,98,110); }

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

<style>
 span { border-color: #86626E; }

 span { border-color: rgb(134,98,110); }

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