#89626E

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

Shades of Mauve Taupe #89626E

Tints of Mauve Taupe #89626E

Color information

#89626E (or 0x89626E) is unknown color: approx Mauve Taupe. HEX triplet: 89, 62 and 6E. RGB value is (137,98,110). Sum of RGB (Red+Green+Blue) = 137+98+110=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89626E is #769D91. Grayscale: #6F6F6F. Windows color (decimal): -7773586 or 7234185. OLE color: 7234185.

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

Color convert

RGB13798110-
CMYK00.280.200.46
HSL341.54º16.6%46.08%-
HSV(B)341.54º28.47%53.73%-
XYZ17.515.1816.76-
YUV111.03127.42146.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=39.71%
G=28.41%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379811000.280.200.46341.5416.646.08
Hex89626E01C142E156112e
Octal21114215603424565262156
Binary10001001110001011011100111001010010111010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89626E; }

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

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

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

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

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

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

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

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