#896467

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

Shades of Mauve Taupe #896467

Tints of Mauve Taupe #896467

Color information

#896467 (or 0x896467) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 67. RGB value is (137,100,103). Sum of RGB (Red+Green+Blue) = 137+100+103=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896467 is #769B98. Grayscale: #6F6F6F. Windows color (decimal): -7773081 or 6775945. OLE color: 6775945.

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

Color convert

RGB137100103-
CMYK00.270.250.46
HSL355.14º15.61%46.47%-
HSV(B)355.14º27.01%53.73%-
XYZ17.3215.4114.89-
YUV111.4123.26146.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=40.29%
G=29.41%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710010300.270.250.46355.1415.6146.47
Hex89646701B192E163102e
Octal21114414703331565432056
Binary10001001110010011001110110111100110111010110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896467; }

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

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

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

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

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

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

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

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