#896568

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

Shades of Mauve Taupe #896568

Tints of Mauve Taupe #896568

Color information

#896568 (or 0x896568) is unknown color: approx Mauve Taupe. HEX triplet: 89, 65 and 68. RGB value is (137,101,104). Sum of RGB (Red+Green+Blue) = 137+101+104=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896568 is #769A97. Grayscale: #707070. Windows color (decimal): -7772824 or 6841737. OLE color: 6841737.

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

Color convert

RGB137101104-
CMYK00.260.240.46
HSL355º15.13%46.67%-
HSV(B)355º26.28%53.73%-
XYZ17.4715.6315.19-
YUV112.11123.43145.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=40.06%
G=29.53%
B=30.41%

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
Decimal13710110400.260.240.4635515.1346.67
Hex89656801A182E163f2f
Octal21114515003230565431757
Binary1000100111001011101000011010110001011101011000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896568; }

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

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

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

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

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

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

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

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