#896068

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

Shades of Mauve Taupe #896068

Tints of Mauve Taupe #896068

Color information

#896068 (or 0x896068) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 68. RGB value is (137,96,104). Sum of RGB (Red+Green+Blue) = 137+96+104=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896068 is #769F97. Grayscale: #6D6D6D. Windows color (decimal): -7774104 or 6840457. OLE color: 6840457.

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

Color convert

RGB13796104-
CMYK00.300.240.46
HSL348.29º17.6%45.69%-
HSV(B)348.29º29.93%53.73%-
XYZ1714.6815.04-
YUV109.17125.08147.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=40.65%
G=28.49%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379610400.300.240.46348.2917.645.69
Hex89606801E182E15c122e
Octal21114015003630565342256
Binary10001001110000011010000111101100010111010101110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896068; }

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

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

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

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

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

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

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

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