#86666E

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

Shades of Mauve Taupe #86666E

Tints of Mauve Taupe #86666E

Color information

#86666E (or 0x86666E) is unknown color: approx Mauve Taupe. HEX triplet: 86, 66 and 6E. RGB value is (134,102,110). Sum of RGB (Red+Green+Blue) = 134+102+110=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86666E is #799991. Grayscale: #707070. Windows color (decimal): -7969170 or 7235206. OLE color: 7235206.

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

Color convert

RGB134102110-
CMYK00.240.180.47
HSL345º13.56%46.27%-
HSV(B)345º23.88%52.55%-
XYZ17.415.716.86-
YUV112.48126.6143.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=38.73%
G=29.48%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410211000.240.180.4734513.5646.27
Hex86666E018122F159e2e
Octal20614615603022575311656
Binary1000011011001101101110011000100101011111010110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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