Html Css Color HEX #89616B Mauve Taupe

📋 copy color: '#89616B'

red 137 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #89616B

Tints of Mauve Taupe #89616B

RGB

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

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

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

R = 40.18%
G = 28.45%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89616B (or 0x89616B) is known color: Mauve Taupe. HEX triplet: 89, 61 and 6B. RGB value is (137,97,107). Sum of RGB (Red+Green+Blue) = 137+97+107=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #89616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89616B is #769E94. Grayscale: #6E6E6E. Windows color (decimal): -7773845 or 7037321. OLE color: 7037321.

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

Color convert

RGB 137 97 107 -
CMYK 0 0.29 0.22 0.46
HSL 345º 0.17% 0.46% -
HSV(B) 345º 0.29% 0.54% -
XYZ 17.25 14.93 15.88 -
YUV 110.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 137 97 107 0 0.29 0.22 0.46 345 0.17 0.46
Hex 89 61 6B 0 1D 16 2E 159 11 2E
Octal 211 141 153 0 35 26 56 531 21 56
Binary 10001001 1100001 1101011 0 11101 10110 101110 101011001 10001 101110

Color Harmonies of #89616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89616B

Black with #89616B

Text Example


Text Example

White with #89616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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