#86606F

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

Shades of Mauve Taupe #86606F

Tints of Mauve Taupe #86606F

Color information

#86606F (or 0x86606F) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 6F. RGB value is (134,96,111). Sum of RGB (Red+Green+Blue) = 134+96+111=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86606F is #799F90. Grayscale: #6D6D6D. Windows color (decimal): -7970705 or 7299206. OLE color: 7299206.

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

Color convert

RGB13496111-
CMYK00.280.170.47
HSL336.32º16.52%45.1%-
HSV(B)336.32º28.36%52.55%-
XYZ16.8814.5816.96-
YUV109.07129.09145.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=39.30%
G=28.15%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349611100.280.170.47336.3216.5245.1
Hex86606F01C112F150112d
Octal20614015703421575202155
Binary10000110110000011011110111001000110111110101000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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