#89676E

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

Shades of Mauve Taupe #89676E

Tints of Mauve Taupe #89676E

Color information

#89676E (or 0x89676E) is unknown color: approx Mauve Taupe. HEX triplet: 89, 67 and 6E. RGB value is (137,103,110). Sum of RGB (Red+Green+Blue) = 137+103+110=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89676E is #769891. Grayscale: #717171. Windows color (decimal): -7772306 or 7235465. OLE color: 7235465.

HSL color Cylindrical-coordinate representation of color #89676E: hue angle of 347.65º 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 #89676E is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137103110-
CMYK00.250.200.46
HSL347.65º14.17%47.06%-
HSV(B)347.65º24.82%53.73%-
XYZ17.9816.1416.92-
YUV113.96125.76144.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=39.14%
G=29.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710311000.250.200.46347.6514.1747.06
Hex89676E019142E15ce2f
Octal21114715603124565341657
Binary1000100111001111101110011001101001011101010111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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