Html Css Color HEX #89646B Mauve Taupe

📋 copy color: '#89646B'

red 137 ◦ green 100 ◦ blue 107

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

Shades of Mauve Taupe #89646B

Tints of Mauve Taupe #89646B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 39.83%
G = 29.07%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89646B (or 0x89646B) is known color: Mauve Taupe. HEX triplet: 89, 64 and 6B. RGB value is (137,100,107). Sum of RGB (Red+Green+Blue) = 137+100+107=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646B is #769B94. Grayscale: #6F6F6F. Windows color (decimal): -7773077 or 7038089. OLE color: 7038089.

HSL color Cylindrical-coordinate representation of color #89646B: hue angle of 348.65º 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 #89646B is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 107 -
CMYK 0 0.27 0.22 0.46
HSL 348.65º 0.16% 0.46% -
HSV(B) 348.65º 0.27% 0.54% -
XYZ 17.53 15.49 15.98 -
YUV 111.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 137 100 107 0 0.27 0.22 0.46 348.65 0.16 0.46
Hex 89 64 6B 0 1B 16 2E 15D 10 2E
Octal 211 144 153 0 33 26 56 535 20 56
Binary 10001001 1100100 1101011 0 11011 10110 101110 101011101 10000 101110

Color Harmonies of #89646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89646B

Black with #89646B

Text Example


Text Example

White with #89646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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