#89626A

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

Shades of Mauve Taupe #89626A

Tints of Mauve Taupe #89626A

Color information

#89626A (or 0x89626A) is unknown color: approx Mauve Taupe. HEX triplet: 89, 62 and 6A. RGB value is (137,98,106). Sum of RGB (Red+Green+Blue) = 137+98+106=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #89626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89626A is #769D95. Grayscale: #6E6E6E. Windows color (decimal): -7773590 or 6972041. OLE color: 6972041.

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

Color convert

RGB13798106-
CMYK00.280.230.46
HSL347.69º16.6%46.08%-
HSV(B)347.69º28.47%53.73%-
XYZ17.2915.0915.64-
YUV110.57125.42146.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=40.18%
G=28.74%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379810600.280.230.46347.6916.646.08
Hex89626A01C172E15c112e
Octal21114215203427565342156
Binary10001001110001011010100111001011110111010101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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