#89606E

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

Shades of Mauve Taupe #89606E

Tints of Mauve Taupe #89606E

Color information

#89606E (or 0x89606E) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 6E. RGB value is (137,96,110). Sum of RGB (Red+Green+Blue) = 137+96+110=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606E is #769F91. Grayscale: #6D6D6D. Windows color (decimal): -7774098 or 7233673. OLE color: 7233673.

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

Color convert

RGB13796110-
CMYK00.300.200.46
HSL339.51º17.6%45.69%-
HSV(B)339.51º29.93%53.73%-
XYZ17.3114.8116.7-
YUV109.86128.08147.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=39.94%
G=27.99%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379611000.300.200.46339.5117.645.69
Hex89606E01E142E154122e
Octal21114015603624565242256
Binary10001001110000011011100111101010010111010101010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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