#86666C

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

Shades of Mauve Taupe #86666C

Tints of Mauve Taupe #86666C

Color information

#86666C (or 0x86666C) is unknown color: approx Mauve Taupe. HEX triplet: 86, 66 and 6C. RGB value is (134,102,108). Sum of RGB (Red+Green+Blue) = 134+102+108=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86666C is #799993. Grayscale: #707070. Windows color (decimal): -7969172 or 7104134. OLE color: 7104134.

HSL color Cylindrical-coordinate representation of color #86666C: hue angle of 348.75º 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 #86666C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134102108-
CMYK00.240.190.47
HSL348.75º13.56%46.27%-
HSV(B)348.75º23.88%52.55%-
XYZ17.2915.6516.3-
YUV112.25125.6143.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=38.95%
G=29.65%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410210800.240.190.47348.7513.5646.27
Hex86666C018132F15de2e
Octal20614615403023575351656
Binary1000011011001101101100011000100111011111010111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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