#86606C

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

Shades of Mauve Taupe #86606C

Tints of Mauve Taupe #86606C

Color information

#86606C (or 0x86606C) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 6C. RGB value is (134,96,108). Sum of RGB (Red+Green+Blue) = 134+96+108=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86606C is #799F93. Grayscale: #6C6C6C. Windows color (decimal): -7970708 or 7102598. OLE color: 7102598.

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

Color convert

RGB13496108-
CMYK00.280.190.47
HSL341.05º16.52%45.1%-
HSV(B)341.05º28.36%52.55%-
XYZ16.7214.5216.11-
YUV108.73127.59146.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=39.64%
G=28.40%
B=31.95%

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
Decimal1349610800.280.190.47341.0516.5245.1
Hex86606C01C132F155112d
Octal20614015403423575252155
Binary10000110110000011011000111001001110111110101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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