Html Css Color HEX #89606E Mauve Taupe

📋 copy color: '#89606E'

red 137 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #89606E

Tints of Mauve Taupe #89606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 39.94%
G = 27.99%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89606E (or 0x89606E) is known color: Mauve Taupe. HEX triplet: 89, 60 and 6E. RGB value is (137,96,110). Sum of RGB (Red+Green+Blue) = 137+96+110=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606E is #769F91. Grayscale: #6D6D6D. Windows color (decimal): -7774098 or 7233673. OLE color: 7233673.

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

Color convert

RGB 137 96 110 -
CMYK 0 0.30 0.20 0.46
HSL 339.51º 0.18% 0.46% -
HSV(B) 339.51º 0.3% 0.54% -
XYZ 17.31 14.81 16.7 -
YUV 109.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 137 96 110 0 0.30 0.20 0.46 339.51 0.18 0.46
Hex 89 60 6E 0 1E 14 2E 154 12 2E
Octal 211 140 156 0 36 24 56 524 22 56
Binary 10001001 1100000 1101110 0 11110 10100 101110 101010100 10010 101110

Color Harmonies of #89606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89606E

Black with #89606E

Text Example


Text Example

White with #89606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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