#896670

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

Shades of Mauve Taupe #896670

Tints of Mauve Taupe #896670

Color information

#896670 (or 0x896670) is unknown color: approx Mauve Taupe. HEX triplet: 89, 66 and 70. RGB value is (137,102,112). Sum of RGB (Red+Green+Blue) = 137+102+112=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #896670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896670 is #76998F. Grayscale: #717171. Windows color (decimal): -7772560 or 7366281. OLE color: 7366281.

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

Color convert

RGB137102112-
CMYK00.260.180.46
HSL342.86º14.64%46.86%-
HSV(B)342.86º25.55%53.73%-
XYZ17.9915.9917.47-
YUV113.6127.1144.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=39.03%
G=29.06%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710211200.260.180.46342.8614.6446.86
Hex89667001A122E157f2f
Octal21114616003222565271757
Binary1000100111001101110000011010100101011101010101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896670; }

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

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

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

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

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

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

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

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