#896264

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

Shades of Mauve Taupe #896264

Tints of Mauve Taupe #896264

Color information

#896264 (or 0x896264) is unknown color: approx Mauve Taupe. HEX triplet: 89, 62 and 64. RGB value is (137,98,100). Sum of RGB (Red+Green+Blue) = 137+98+100=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896264 is #769D9B. Grayscale: #6D6D6D. Windows color (decimal): -7773596 or 6578825. OLE color: 6578825.

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

Color convert

RGB13798100-
CMYK00.280.270.46
HSL356.92º16.6%46.08%-
HSV(B)356.92º28.47%53.73%-
XYZ16.9814.9714.05-
YUV109.89122.42147.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=40.90%
G=29.25%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379810000.280.270.46356.9216.646.08
Hex89626401C1B2E165112e
Octal21114214403433565452156
Binary10001001110001011001000111001101110111010110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896264; }

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

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

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

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

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

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

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

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