#86616E

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

Shades of Mauve Taupe #86616E

Tints of Mauve Taupe #86616E

Color information

#86616E (or 0x86616E) is unknown color: approx Mauve Taupe. HEX triplet: 86, 61 and 6E. RGB value is (134,97,110). Sum of RGB (Red+Green+Blue) = 134+97+110=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86616E is #799E91. Grayscale: #6D6D6D. Windows color (decimal): -7970450 or 7233926. OLE color: 7233926.

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

Color convert

RGB13497110-
CMYK00.280.180.47
HSL338.92º16.02%45.29%-
HSV(B)338.92º27.61%52.55%-
XYZ16.9214.7416.71-
YUV109.54128.26145.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=39.30%
G=28.45%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349711000.280.180.47338.9216.0245.29
Hex86616E01C122F153102d
Octal20614115603422575232055
Binary10000110110000111011100111001001010111110101001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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