#896069

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

Shades of Mauve Taupe #896069

Tints of Mauve Taupe #896069

Color information

#896069 (or 0x896069) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 69. RGB value is (137,96,105). Sum of RGB (Red+Green+Blue) = 137+96+105=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896069 is #769F96. Grayscale: #6D6D6D. Windows color (decimal): -7774103 or 6905993. OLE color: 6905993.

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

Color convert

RGB13796105-
CMYK00.300.230.46
HSL346.83º17.6%45.69%-
HSV(B)346.83º29.93%53.73%-
XYZ17.0514.715.3-
YUV109.28125.58147.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=40.53%
G=28.40%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379610500.300.230.46346.8317.645.69
Hex89606901E172E15b122e
Octal21114015103627565332256
Binary10001001110000011010010111101011110111010101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896069; }

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

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

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

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

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

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

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

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