#89606F

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

Shades of Mauve Taupe #89606F

Tints of Mauve Taupe #89606F

Color information

#89606F (or 0x89606F) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 6F. RGB value is (137,96,111). Sum of RGB (Red+Green+Blue) = 137+96+111=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606F is #769F90. Grayscale: #6D6D6D. Windows color (decimal): -7774097 or 7299209. OLE color: 7299209.

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

Color convert

RGB13796111-
CMYK00.300.190.46
HSL338.05º17.6%45.69%-
HSV(B)338.05º29.93%53.73%-
XYZ17.3714.8316.99-
YUV109.97128.58147.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=39.83%
G=27.91%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379611100.300.190.46338.0517.645.69
Hex89606F01E132E152122e
Octal21114015703623565222256
Binary10001001110000011011110111101001110111010101001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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