Html Css Color HEX #89666B Mauve Taupe

📋 copy color: '#89666B'

red 137 ◦ green 102 ◦ blue 107

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

Shades of Mauve Taupe #89666B

Tints of Mauve Taupe #89666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 39.6%
G = 29.48%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89666B (or 0x89666B) is known color: Mauve Taupe. HEX triplet: 89, 66 and 6B. RGB value is (137,102,107). Sum of RGB (Red+Green+Blue) = 137+102+107=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89666B is #769994. Grayscale: #717171. Windows color (decimal): -7772565 or 7038601. OLE color: 7038601.

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

Color convert

RGB 137 102 107 -
CMYK 0 0.26 0.22 0.46
HSL 351.43º 0.15% 0.47% -
HSV(B) 351.43º 0.26% 0.54% -
XYZ 17.72 15.88 16.04 -
YUV 113.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 137 102 107 0 0.26 0.22 0.46 351.43 0.15 0.47
Hex 89 66 6B 0 1A 16 2E 15F F 2F
Octal 211 146 153 0 32 26 56 537 17 57
Binary 10001001 1100110 1101011 0 11010 10110 101110 101011111 1111 101111

Color Harmonies of #89666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89666B

Black with #89666B

Text Example


Text Example

White with #89666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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