#896771

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

Shades of Mauve Taupe #896771

Tints of Mauve Taupe #896771

Color information

#896771 (or 0x896771) is unknown color: approx Mauve Taupe. HEX triplet: 89, 67 and 71. RGB value is (137,103,113). Sum of RGB (Red+Green+Blue) = 137+103+113=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896771 is #76988E. Grayscale: #727272. Windows color (decimal): -7772303 or 7432073. OLE color: 7432073.

HSL color Cylindrical-coordinate representation of color #896771: hue angle of 342.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #896771 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB137103113-
CMYK00.250.180.46
HSL342.35º14.17%47.06%-
HSV(B)342.35º24.82%53.73%-
XYZ18.1516.2117.8-
YUV114.31127.26144.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=38.81%
G=29.18%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710311300.250.180.46342.3514.1747.06
Hex896771019122E156e2f
Octal21114716103122565261657
Binary1000100111001111110001011001100101011101010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896771; }

 p { color: rgb(137,103,113); }

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

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

 a { background-color: rgb(137,103,113); }

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

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

 span { border-color: rgb(137,103,113); }

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