#86616F

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

Shades of Mauve Taupe #86616F

Tints of Mauve Taupe #86616F

Color information

#86616F (or 0x86616F) is unknown color: approx Mauve Taupe. HEX triplet: 86, 61 and 6F. RGB value is (134,97,111). Sum of RGB (Red+Green+Blue) = 134+97+111=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86616F is #799E90. Grayscale: #6D6D6D. Windows color (decimal): -7970449 or 7299462. OLE color: 7299462.

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

Color convert

RGB13497111-
CMYK00.280.170.47
HSL337.3º16.02%45.29%-
HSV(B)337.3º27.61%52.55%-
XYZ16.9814.7716.99-
YUV109.66128.76145.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=39.18%
G=28.36%
B=32.46%

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
Decimal1349711100.280.170.47337.316.0245.29
Hex86616F01C112F151102d
Octal20614115703421575212055
Binary10000110110000111011110111001000110111110101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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