#896870

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

Shades of Mauve Taupe #896870

Tints of Mauve Taupe #896870

Color information

#896870 (or 0x896870) is unknown color: approx Mauve Taupe. HEX triplet: 89, 68 and 70. RGB value is (137,104,112). Sum of RGB (Red+Green+Blue) = 137+104+112=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896870 is #76978F. Grayscale: #727272. Windows color (decimal): -7772048 or 7366793. OLE color: 7366793.

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

Color convert

RGB137104112-
CMYK00.240.180.46
HSL345.45º13.69%47.25%-
HSV(B)345.45º24.09%53.73%-
XYZ18.1916.3917.53-
YUV114.78126.43143.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=38.81%
G=29.46%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710411200.240.180.46345.4513.6947.25
Hex896870018122E159e2f
Octal21115016003022565311657
Binary1000100111010001110000011000100101011101010110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896870; }

 p { color: rgb(137,104,112); }

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

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

 a { background-color: rgb(137,104,112); }

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

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

 span { border-color: rgb(137,104,112); }

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