#896668

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

Shades of Mauve Taupe #896668

Tints of Mauve Taupe #896668

Color information

#896668 (or 0x896668) is unknown color: approx Mauve Taupe. HEX triplet: 89, 66 and 68. RGB value is (137,102,104). Sum of RGB (Red+Green+Blue) = 137+102+104=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #896668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896668 is #769997. Grayscale: #707070. Windows color (decimal): -7772568 or 6841993. OLE color: 6841993.

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

Color convert

RGB137102104-
CMYK00.260.240.46
HSL356.57º14.64%46.86%-
HSV(B)356.57º25.55%53.73%-
XYZ17.5715.8215.22-
YUV112.69123.1145.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=39.94%
G=29.74%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710210400.260.240.46356.5714.6446.86
Hex89666801A182E165f2f
Octal21114615003230565451757
Binary1000100111001101101000011010110001011101011001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896668; }

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

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

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

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

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

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

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

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