#89646B

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

Shades of Mauve Taupe #89646B

Tints of Mauve Taupe #89646B

Color information

#89646B (or 0x89646B) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 6B. RGB value is (137,100,107). Sum of RGB (Red+Green+Blue) = 137+100+107=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646B is #769B94. Grayscale: #6F6F6F. Windows color (decimal): -7773077 or 7038089. OLE color: 7038089.

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

Color convert

RGB137100107-
CMYK00.270.220.46
HSL348.65º15.61%46.47%-
HSV(B)348.65º27.01%53.73%-
XYZ17.5315.4915.98-
YUV111.86125.26145.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=39.83%
G=29.07%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710010700.270.220.46348.6515.6146.47
Hex89646B01B162E15d102e
Octal21114415303326565352056
Binary10001001110010011010110110111011010111010101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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