#89676F

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

Shades of Mauve Taupe #89676F

Tints of Mauve Taupe #89676F

Color information

#89676F (or 0x89676F) is unknown color: approx Mauve Taupe. HEX triplet: 89, 67 and 6F. RGB value is (137,103,111). Sum of RGB (Red+Green+Blue) = 137+103+111=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89676F is #769890. Grayscale: #727272. Windows color (decimal): -7772305 or 7301001. OLE color: 7301001.

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

Color convert

RGB137103111-
CMYK00.250.190.46
HSL345.88º14.17%47.06%-
HSV(B)345.88º24.82%53.73%-
XYZ18.0416.1717.21-
YUV114.08126.26144.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=39.03%
G=29.34%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710311100.250.190.46345.8814.1747.06
Hex89676F019132E15ae2f
Octal21114715703123565321657
Binary1000100111001111101111011001100111011101010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89676F; }

 p { color: rgb(137,103,111); }

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

<style>
 a { background-color: #89676F; }

 a { background-color: rgb(137,103,111); }

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

<style>
 span { border-color: #89676F; }

 span { border-color: rgb(137,103,111); }

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