#896062

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

Shades of Mauve Taupe #896062

Tints of Mauve Taupe #896062

Color information

#896062 (or 0x896062) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 62. RGB value is (137,96,98). Sum of RGB (Red+Green+Blue) = 137+96+98=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #896062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896062 is #769F9D. Grayscale: #6C6C6C. Windows color (decimal): -7774110 or 6447241. OLE color: 6447241.

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

Color convert

RGB1379698-
CMYK00.300.280.46
HSL357.07º17.6%45.69%-
HSV(B)357.07º29.93%53.73%-
XYZ16.714.5713.49-
YUV108.49122.08148.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=41.39%
G=29.00%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137969800.300.280.46357.0717.645.69
Hex89606201E1C2E165122e
Octal21114014203634565452256
Binary10001001110000011000100111101110010111010110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896062; }

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

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

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

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

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

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

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

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