Html Css Color HEX #89646E Mauve Taupe

📋 copy color: '#89646E'

red 137 ◦ green 100 ◦ blue 110

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

Shades of Mauve Taupe #89646E

Tints of Mauve Taupe #89646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 39.48%
G = 28.82%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89646E (or 0x89646E) is known color: Mauve Taupe. HEX triplet: 89, 64 and 6E. RGB value is (137,100,110). Sum of RGB (Red+Green+Blue) = 137+100+110=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646E is #769B91. Grayscale: #707070. Windows color (decimal): -7773074 or 7234697. OLE color: 7234697.

HSL color Cylindrical-coordinate representation of color #89646E: hue angle of 343.78º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89646E is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 110 -
CMYK 0 0.27 0.20 0.46
HSL 343.78º 0.16% 0.46% -
HSV(B) 343.78º 0.27% 0.54% -
XYZ 17.69 15.56 16.82 -
YUV 112.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 137 100 110 0 0.27 0.20 0.46 343.78 0.16 0.46
Hex 89 64 6E 0 1B 14 2E 158 10 2E
Octal 211 144 156 0 33 24 56 530 20 56
Binary 10001001 1100100 1101110 0 11011 10100 101110 101011000 10000 101110

Color Harmonies of #89646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89646E

Black with #89646E

Text Example


Text Example

White with #89646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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