#86616B

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

Shades of Mauve Taupe #86616B

Tints of Mauve Taupe #86616B

Color information

#86616B (or 0x86616B) is unknown color: approx Mauve Taupe. HEX triplet: 86, 61 and 6B. RGB value is (134,97,107). Sum of RGB (Red+Green+Blue) = 134+97+107=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86616B is #799E94. Grayscale: #6D6D6D. Windows color (decimal): -7970453 or 7037318. OLE color: 7037318.

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

Color convert

RGB13497107-
CMYK00.280.200.47
HSL343.78º16.02%45.29%-
HSV(B)343.78º27.61%52.55%-
XYZ16.7614.6815.86-
YUV109.2126.76145.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=39.64%
G=28.70%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349710700.280.200.47343.7816.0245.29
Hex86616B01C142F158102d
Octal20614115303424575302055
Binary10000110110000111010110111001010010111110101100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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