#89686E

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

Shades of Mauve Taupe #89686E

Tints of Mauve Taupe #89686E

Color information

#89686E (or 0x89686E) is unknown color: approx Mauve Taupe. HEX triplet: 89, 68 and 6E. RGB value is (137,104,110). Sum of RGB (Red+Green+Blue) = 137+104+110=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89686E is #769791. Grayscale: #727272. Windows color (decimal): -7772050 or 7235721. OLE color: 7235721.

HSL color Cylindrical-coordinate representation of color #89686E: hue angle of 349.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89686E is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137104110-
CMYK00.240.200.46
HSL349.09º13.69%47.25%-
HSV(B)349.09º24.09%53.73%-
XYZ18.0816.3416.95-
YUV114.55125.43144.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=39.03%
G=29.63%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710411000.240.200.46349.0913.6947.25
Hex89686E018142E15de2f
Octal21115015603024565351657
Binary1000100111010001101110011000101001011101010111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89686E; }

 p { color: rgb(137,104,110); }

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

<style>
 a { background-color: #89686E; }

 a { background-color: rgb(137,104,110); }

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

<style>
 span { border-color: #89686E; }

 span { border-color: rgb(137,104,110); }

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