#89606A

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

Shades of Mauve Taupe #89606A

Tints of Mauve Taupe #89606A

Color information

#89606A (or 0x89606A) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 6A. RGB value is (137,96,106). Sum of RGB (Red+Green+Blue) = 137+96+106=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #89606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606A is #769F95. Grayscale: #6D6D6D. Windows color (decimal): -7774102 or 6971529. OLE color: 6971529.

HSL color Cylindrical-coordinate representation of color #89606A: hue angle of 345.37º 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 #89606A is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13796106-
CMYK00.300.230.46
HSL345.37º17.6%45.69%-
HSV(B)345.37º29.93%53.73%-
XYZ17.114.7215.58-
YUV109.4126.08147.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=40.41%
G=28.32%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379610600.300.230.46345.3717.645.69
Hex89606A01E172E159122e
Octal21114015203627565312256
Binary10001001110000011010100111101011110111010101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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