#86626A

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

Shades of Mauve Taupe #86626A

Tints of Mauve Taupe #86626A

Color information

#86626A (or 0x86626A) is unknown color: approx Mauve Taupe. HEX triplet: 86, 62 and 6A. RGB value is (134,98,106). Sum of RGB (Red+Green+Blue) = 134+98+106=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86626A is #799D95. Grayscale: #6D6D6D. Windows color (decimal): -7970198 or 6972038. OLE color: 6972038.

HSL color Cylindrical-coordinate representation of color #86626A: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86626A is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13498106-
CMYK00.270.210.47
HSL346.67º15.52%45.49%-
HSV(B)346.67º26.87%52.55%-
XYZ16.814.8415.62-
YUV109.68125.93145.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=39.64%
G=28.99%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349810600.270.210.47346.6715.5245.49
Hex86626A01B152F15b102d
Octal20614215203325575332055
Binary10000110110001011010100110111010110111110101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86626A; }

 p { color: rgb(134,98,106); }

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

<style>
 a { background-color: #86626A; }

 a { background-color: rgb(134,98,106); }

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

<style>
 span { border-color: #86626A; }

 span { border-color: rgb(134,98,106); }

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