#89656A

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

Shades of Mauve Taupe #89656A

Tints of Mauve Taupe #89656A

Color information

#89656A (or 0x89656A) is unknown color: approx Mauve Taupe. HEX triplet: 89, 65 and 6A. RGB value is (137,101,106). Sum of RGB (Red+Green+Blue) = 137+101+106=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89656A is #769A95. Grayscale: #707070. Windows color (decimal): -7772822 or 6972809. OLE color: 6972809.

HSL color Cylindrical-coordinate representation of color #89656A: hue angle of 351.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89656A is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB137101106-
CMYK00.260.230.46
HSL351.67º15.13%46.67%-
HSV(B)351.67º26.28%53.73%-
XYZ17.5715.6715.73-
YUV112.33124.43145.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=39.83%
G=29.36%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710110600.260.230.46351.6715.1346.67
Hex89656A01A172E160f2f
Octal21114515203227565401757
Binary1000100111001011101010011010101111011101011000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89656A; }

 p { color: rgb(137,101,106); }

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

<style>
 a { background-color: #89656A; }

 a { background-color: rgb(137,101,106); }

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

<style>
 span { border-color: #89656A; }

 span { border-color: rgb(137,101,106); }

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