#89616B

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

Shades of Mauve Taupe #89616B

Tints of Mauve Taupe #89616B

Color information

#89616B (or 0x89616B) is unknown color: approx Mauve Taupe. HEX triplet: 89, 61 and 6B. RGB value is (137,97,107). Sum of RGB (Red+Green+Blue) = 137+97+107=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #89616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89616B is #769E94. Grayscale: #6E6E6E. Windows color (decimal): -7773845 or 7037321. OLE color: 7037321.

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

Color convert

RGB13797107-
CMYK00.290.220.46
HSL345º17.09%45.88%-
HSV(B)345º29.2%53.73%-
XYZ17.2514.9315.88-
YUV110.1126.25147.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=40.18%
G=28.45%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379710700.290.220.4634517.0945.88
Hex89616B01D162E159112e
Octal21114115303526565312156
Binary10001001110000111010110111011011010111010101100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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