#886971

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

Shades of Mauve Taupe #886971

Tints of Mauve Taupe #886971

Color information

#886971 (or 0x886971) is unknown color: approx Mauve Taupe. HEX triplet: 88, 69 and 71. RGB value is (136,105,113). Sum of RGB (Red+Green+Blue) = 136+105+113=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886971 is #77968E. Grayscale: #737373. Windows color (decimal): -7837327 or 7432584. OLE color: 7432584.

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

Color convert

RGB136105113-
CMYK00.230.170.47
HSL344.52º12.86%47.25%-
HSV(B)344.52º22.79%53.33%-
XYZ18.1916.5317.85-
YUV115.18126.77142.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=38.42%
G=29.66%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610511300.230.170.47344.5212.8647.25
Hex886971017112F159d2f
Octal21015116102721575311557
Binary1000100011010011110001010111100011011111010110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886971; }

 p { color: rgb(136,105,113); }

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

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

 a { background-color: rgb(136,105,113); }

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

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

 span { border-color: rgb(136,105,113); }

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