#86656E

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

Shades of Mauve Taupe #86656E

Tints of Mauve Taupe #86656E

Color information

#86656E (or 0x86656E) is unknown color: approx Mauve Taupe. HEX triplet: 86, 65 and 6E. RGB value is (134,101,110). Sum of RGB (Red+Green+Blue) = 134+101+110=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86656E is #799A91. Grayscale: #6F6F6F. Windows color (decimal): -7969426 or 7234950. OLE color: 7234950.

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

Color convert

RGB134101110-
CMYK00.250.180.47
HSL343.64º14.04%46.08%-
HSV(B)343.64º24.63%52.55%-
XYZ17.315.516.83-
YUV111.89126.93143.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=38.84%
G=29.28%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410111000.250.180.47343.6414.0446.08
Hex86656E019122F158e2e
Octal20614515603122575301656
Binary1000011011001011101110011001100101011111010110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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