Html Css Color HEX #89616F Mauve Taupe

📋 copy color: '#89616F'

red 137 ◦ green 97 ◦ blue 111

#89616F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #89616F

Tints of Mauve Taupe #89616F

RGB

 RED value IS 137 (53.91% from 255) = 39.71%

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 39.71%
G = 28.12%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89616F (or 0x89616F) is known color: Mauve Taupe. HEX triplet: 89, 61 and 6F. RGB value is (137,97,111). Sum of RGB (Red+Green+Blue) = 137+97+111=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89616F is #769E90. Grayscale: #6E6E6E. Windows color (decimal): -7773841 or 7299465. OLE color: 7299465.

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

Color convert

RGB 137 97 111 -
CMYK 0 0.29 0.19 0.46
HSL 339º 0.17% 0.46% -
HSV(B) 339º 0.29% 0.54% -
XYZ 17.46 15.02 17.02 -
YUV 110.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 137 97 111 0 0.29 0.19 0.46 339 0.17 0.46
Hex 89 61 6F 0 1D 13 2E 153 11 2E
Octal 211 141 157 0 35 23 56 523 21 56
Binary 10001001 1100001 1101111 0 11101 10011 101110 101010011 10001 101110

Color Harmonies of #89616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89616F

Black with #89616F

Text Example


Text Example

White with #89616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89616F;
 }
 .AnyTagClassName
 {
   color: #89616F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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