#89616D

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

Shades of Mauve Taupe #89616D

Tints of Mauve Taupe #89616D

Color information

#89616D (or 0x89616D) is unknown color: approx Mauve Taupe. HEX triplet: 89, 61 and 6D. RGB value is (137,97,109). Sum of RGB (Red+Green+Blue) = 137+97+109=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89616D is #769E92. Grayscale: #6E6E6E. Windows color (decimal): -7773843 or 7168393. OLE color: 7168393.

HSL color Cylindrical-coordinate representation of color #89616D: hue angle of 342º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89616D is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13797109-
CMYK00.290.200.46
HSL342º17.09%45.88%-
HSV(B)342º29.2%53.73%-
XYZ17.3514.9716.44-
YUV110.33127.25147.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=39.94%
G=28.28%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379710900.290.200.4634217.0945.88
Hex89616D01D142E156112e
Octal21114115503524565262156
Binary10001001110000111011010111011010010111010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89616D; }

 p { color: rgb(137,97,109); }

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

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

 a { background-color: rgb(137,97,109); }

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

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

 span { border-color: rgb(137,97,109); }

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