#896064

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

Shades of Mauve Taupe #896064

Tints of Mauve Taupe #896064

Color information

#896064 (or 0x896064) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 64. RGB value is (137,96,100). Sum of RGB (Red+Green+Blue) = 137+96+100=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #896064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896064 is #769F9B. Grayscale: #6C6C6C. Windows color (decimal): -7774108 or 6578313. OLE color: 6578313.

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

Color convert

RGB13796100-
CMYK00.300.270.46
HSL354.15º17.6%45.69%-
HSV(B)354.15º29.93%53.73%-
XYZ16.814.613.99-
YUV108.72123.08148.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=41.14%
G=28.83%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379610000.300.270.46354.1517.645.69
Hex89606401E1B2E162122e
Octal21114014403633565422256
Binary10001001110000011001000111101101110111010110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896064; }

 p { color: rgb(137,96,100); }

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

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

 a { background-color: rgb(137,96,100); }

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

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

 span { border-color: rgb(137,96,100); }

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