Html Css Color HEX #89616E Mauve Taupe

📋 copy color: '#89616E'

red 137 ◦ green 97 ◦ blue 110

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

Shades of Mauve Taupe #89616E

Tints of Mauve Taupe #89616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 39.83%
G = 28.2%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89616E (or 0x89616E) is known color: Mauve Taupe. HEX triplet: 89, 61 and 6E. RGB value is (137,97,110). Sum of RGB (Red+Green+Blue) = 137+97+110=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89616E is #769E91. Grayscale: #6E6E6E. Windows color (decimal): -7773842 or 7233929. OLE color: 7233929.

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

Color convert

RGB 137 97 110 -
CMYK 0 0.29 0.20 0.46
HSL 340.5º 0.17% 0.46% -
HSV(B) 340.5º 0.29% 0.54% -
XYZ 17.41 14.99 16.73 -
YUV 110.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 137 97 110 0 0.29 0.20 0.46 340.5 0.17 0.46
Hex 89 61 6E 0 1D 14 2E 154 11 2E
Octal 211 141 156 0 35 24 56 524 21 56
Binary 10001001 1100001 1101110 0 11101 10100 101110 101010100 10001 101110

Color Harmonies of #89616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89616E

Black with #89616E

Text Example


Text Example

White with #89616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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