#89646E

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

Shades of Mauve Taupe #89646E

Tints of Mauve Taupe #89646E

Color information

#89646E (or 0x89646E) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 6E. RGB value is (137,100,110). Sum of RGB (Red+Green+Blue) = 137+100+110=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646E is #769B91. Grayscale: #707070. Windows color (decimal): -7773074 or 7234697. OLE color: 7234697.

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

Color convert

RGB137100110-
CMYK00.270.200.46
HSL343.78º15.61%46.47%-
HSV(B)343.78º27.01%53.73%-
XYZ17.6915.5616.82-
YUV112.2126.76145.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=39.48%
G=28.82%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710011000.270.200.46343.7815.6146.47
Hex89646E01B142E158102e
Octal21114415603324565302056
Binary10001001110010011011100110111010010111010101100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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