#866171

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

Shades of Mauve Taupe #866171

Tints of Mauve Taupe #866171

Color information

#866171 (or 0x866171) is unknown color: approx Mauve Taupe. HEX triplet: 86, 61 and 71. RGB value is (134,97,113). Sum of RGB (Red+Green+Blue) = 134+97+113=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866171 is #799E8E. Grayscale: #6D6D6D. Windows color (decimal): -7970447 or 7430534. OLE color: 7430534.

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

Color convert

RGB13497113-
CMYK00.280.160.47
HSL334.05º16.02%45.29%-
HSV(B)334.05º27.61%52.55%-
XYZ17.0914.8117.58-
YUV109.89129.76145.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=38.95%
G=28.20%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349711300.280.160.47334.0516.0245.29
Hex86617101C102F14e102d
Octal20614116103420575162055
Binary10000110110000111100010111001000010111110100111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866171; }

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

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

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

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

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

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

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

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