#896566

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

Shades of Mauve Taupe #896566

Tints of Mauve Taupe #896566

Color information

#896566 (or 0x896566) is unknown color: approx Mauve Taupe. HEX triplet: 89, 65 and 66. RGB value is (137,101,102). Sum of RGB (Red+Green+Blue) = 137+101+102=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896566 is #769A99. Grayscale: #6F6F6F. Windows color (decimal): -7772826 or 6710665. OLE color: 6710665.

HSL color Cylindrical-coordinate representation of color #896566: hue angle of 358.33º 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 #896566 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB137101102-
CMYK00.260.260.46
HSL358.33º15.13%46.67%-
HSV(B)358.33º26.28%53.73%-
XYZ17.3715.5914.66-
YUV111.88122.43145.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 102 (40.23% from 255) = 30%
R=40.29%
G=29.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710110200.260.260.46358.3315.1346.67
Hex89656601A1A2E166f2f
Octal21114514603232565461757
Binary1000100111001011100110011010110101011101011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896566; }

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

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

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

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

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

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

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

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