#86616C

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

Shades of Mauve Taupe #86616C

Tints of Mauve Taupe #86616C

Color information

#86616C (or 0x86616C) is unknown color: approx Mauve Taupe. HEX triplet: 86, 61 and 6C. RGB value is (134,97,108). Sum of RGB (Red+Green+Blue) = 134+97+108=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86616C is #799E93. Grayscale: #6D6D6D. Windows color (decimal): -7970452 or 7102854. OLE color: 7102854.

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

Color convert

RGB13497108-
CMYK00.280.190.47
HSL342.16º16.02%45.29%-
HSV(B)342.16º27.61%52.55%-
XYZ16.8114.716.14-
YUV109.32127.26145.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=39.53%
G=28.61%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349710800.280.190.47342.1616.0245.29
Hex86616C01C132F156102d
Octal20614115403423575262055
Binary10000110110000111011000111001001110111110101011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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