Html Css Color HEX #89656E Mauve Taupe

📋 copy color: '#89656E'

red 137 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #89656E

Tints of Mauve Taupe #89656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 39.37%
G = 29.02%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89656E (or 0x89656E) is known color: Mauve Taupe. HEX triplet: 89, 65 and 6E. RGB value is (137,101,110). Sum of RGB (Red+Green+Blue) = 137+101+110=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89656E is #769A91. Grayscale: #707070. Windows color (decimal): -7772818 or 7234953. OLE color: 7234953.

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

Color convert

RGB 137 101 110 -
CMYK 0 0.26 0.20 0.46
HSL 345º 0.15% 0.47% -
HSV(B) 345º 0.26% 0.54% -
XYZ 17.78 15.75 16.85 -
YUV 112.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 137 101 110 0 0.26 0.20 0.46 345 0.15 0.47
Hex 89 65 6E 0 1A 14 2E 159 F 2F
Octal 211 145 156 0 32 24 56 531 17 57
Binary 10001001 1100101 1101110 0 11010 10100 101110 101011001 1111 101111

Color Harmonies of #89656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89656E

Black with #89656E

Text Example


Text Example

White with #89656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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