#89646F

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

Shades of Mauve Taupe #89646F

Tints of Mauve Taupe #89646F

Color information

#89646F (or 0x89646F) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 6F. RGB value is (137,100,111). Sum of RGB (Red+Green+Blue) = 137+100+111=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646F is #769B90. Grayscale: #707070. Windows color (decimal): -7773073 or 7300233. OLE color: 7300233.

HSL color Cylindrical-coordinate representation of color #89646F: hue angle of 342.16º 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 #89646F is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137100111-
CMYK00.270.190.46
HSL342.16º15.61%46.47%-
HSV(B)342.16º27.01%53.73%-
XYZ17.7415.5817.11-
YUV112.32127.26145.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=39.37%
G=28.74%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710011100.270.190.46342.1615.6146.47
Hex89646F01B132E156102e
Octal21114415703323565262056
Binary10001001110010011011110110111001110111010101011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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