#89696F

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

Shades of Mauve Taupe #89696F

Tints of Mauve Taupe #89696F

Color information

#89696F (or 0x89696F) is unknown color: approx Mauve Taupe. HEX triplet: 89, 69 and 6F. RGB value is (137,105,111). Sum of RGB (Red+Green+Blue) = 137+105+111=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #89696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696F is #769690. Grayscale: #737373. Windows color (decimal): -7771793 or 7301513. OLE color: 7301513.

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

Color convert

RGB137105111-
CMYK00.230.190.46
HSL348.75º13.22%47.45%-
HSV(B)348.75º23.36%53.73%-
XYZ18.2416.5717.28-
YUV115.25125.6143.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=38.81%
G=29.75%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710511100.230.190.46348.7513.2247.45
Hex89696F017132E15dd2f
Octal21115115702723565351557
Binary1000100111010011101111010111100111011101010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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