#89606B

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

Shades of Mauve Taupe #89606B

Tints of Mauve Taupe #89606B

Color information

#89606B (or 0x89606B) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 6B. RGB value is (137,96,107). Sum of RGB (Red+Green+Blue) = 137+96+107=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #89606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606B is #769F94. Grayscale: #6D6D6D. Windows color (decimal): -7774101 or 7037065. OLE color: 7037065.

HSL color Cylindrical-coordinate representation of color #89606B: hue angle of 343.9º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89606B is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13796107-
CMYK00.300.220.46
HSL343.9º17.6%45.69%-
HSV(B)343.9º29.93%53.73%-
XYZ17.1514.7515.85-
YUV109.51126.58147.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=40.29%
G=28.24%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379610700.300.220.46343.917.645.69
Hex89606B01E162E158122e
Octal21114015303626565302256
Binary10001001110000011010110111101011010111010101100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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