#89616C

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

Shades of Mauve Taupe #89616C

Tints of Mauve Taupe #89616C

Color information

#89616C (or 0x89616C) is unknown color: approx Mauve Taupe. HEX triplet: 89, 61 and 6C. RGB value is (137,97,108). Sum of RGB (Red+Green+Blue) = 137+97+108=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89616C is #769E93. Grayscale: #6E6E6E. Windows color (decimal): -7773844 or 7102857. OLE color: 7102857.

HSL color Cylindrical-coordinate representation of color #89616C: hue angle of 343.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89616C is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13797108-
CMYK00.290.210.46
HSL343.5º17.09%45.88%-
HSV(B)343.5º29.2%53.73%-
XYZ17.314.9516.16-
YUV110.21126.75147.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=40.06%
G=28.36%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379710800.290.210.46343.517.0945.88
Hex89616C01D152E158112e
Octal21114115403525565302156
Binary10001001110000111011000111011010110111010101100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89616C; }

 p { color: rgb(137,97,108); }

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

<style>
 a { background-color: #89616C; }

 a { background-color: rgb(137,97,108); }

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

<style>
 span { border-color: #89616C; }

 span { border-color: rgb(137,97,108); }

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