#89626D

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

Shades of Mauve Taupe #89626D

Tints of Mauve Taupe #89626D

Color information

#89626D (or 0x89626D) is unknown color: approx Mauve Taupe. HEX triplet: 89, 62 and 6D. RGB value is (137,98,109). Sum of RGB (Red+Green+Blue) = 137+98+109=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89626D is #769D92. Grayscale: #6E6E6E. Windows color (decimal): -7773587 or 7168649. OLE color: 7168649.

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

Color convert

RGB13798109-
CMYK00.280.200.46
HSL343.08º16.6%46.08%-
HSV(B)343.08º28.47%53.73%-
XYZ17.4415.1616.47-
YUV110.92126.92146.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=39.83%
G=28.49%
B=31.69%

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
Decimal1379810900.280.200.46343.0816.646.08
Hex89626D01C142E157112e
Octal21114215503424565272156
Binary10001001110001011011010111001010010111010101011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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