#86676E

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

Shades of Mauve Taupe #86676E

Tints of Mauve Taupe #86676E

Color information

#86676E (or 0x86676E) is unknown color: approx Mauve Taupe. HEX triplet: 86, 67 and 6E. RGB value is (134,103,110). Sum of RGB (Red+Green+Blue) = 134+103+110=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #86676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86676E is #799891. Grayscale: #717171. Windows color (decimal): -7968914 or 7235462. OLE color: 7235462.

HSL color Cylindrical-coordinate representation of color #86676E: hue angle of 346.45º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86676E is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB134103110-
CMYK00.230.180.47
HSL346.45º13.08%46.47%-
HSV(B)346.45º23.13%52.55%-
XYZ17.515.8916.9-
YUV113.07126.27142.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=38.62%
G=29.68%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410311000.230.180.47346.4513.0846.47
Hex86676E017122F15ad2e
Octal20614715602722575321556
Binary1000011011001111101110010111100101011111010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86676E; }

 p { color: rgb(134,103,110); }

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

<style>
 a { background-color: #86676E; }

 a { background-color: rgb(134,103,110); }

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

<style>
 span { border-color: #86676E; }

 span { border-color: rgb(134,103,110); }

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