#86636B

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

Shades of Mauve Taupe #86636B

Tints of Mauve Taupe #86636B

Color information

#86636B (or 0x86636B) is unknown color: approx Mauve Taupe. HEX triplet: 86, 63 and 6B. RGB value is (134,99,107). Sum of RGB (Red+Green+Blue) = 134+99+107=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #86636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86636B is #799C94. Grayscale: #6E6E6E. Windows color (decimal): -7969941 or 7037830. OLE color: 7037830.

HSL color Cylindrical-coordinate representation of color #86636B: hue angle of 346.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86636B is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13499107-
CMYK00.260.200.47
HSL346.29º15.02%45.69%-
HSV(B)346.29º26.12%52.55%-
XYZ16.9515.0515.92-
YUV110.38126.1144.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=39.41%
G=29.12%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349910700.260.200.47346.2915.0245.69
Hex86636B01A142F15af2e
Octal20614315303224575321756
Binary1000011011000111101011011010101001011111010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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