Html Css Color HEX #89666D Mauve Taupe

📋 copy color: '#89666D'

red 137 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #89666D

Tints of Mauve Taupe #89666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 39.37%
G = 29.31%
B = 31.32%

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

#89666D (or 0x89666D) is known color: Mauve Taupe. HEX triplet: 89, 66 and 6D. RGB value is (137,102,109). Sum of RGB (Red+Green+Blue) = 137+102+109=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89666D is #769992. Grayscale: #717171. Windows color (decimal): -7772563 or 7169673. OLE color: 7169673.

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

Color convert

RGB 137 102 109 -
CMYK 0 0.26 0.20 0.46
HSL 348º 0.15% 0.47% -
HSV(B) 348º 0.26% 0.54% -
XYZ 17.83 15.93 16.6 -
YUV 113.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 137 102 109 0 0.26 0.20 0.46 348 0.15 0.47
Hex 89 66 6D 0 1A 14 2E 15C F 2F
Octal 211 146 155 0 32 24 56 534 17 57
Binary 10001001 1100110 1101101 0 11010 10100 101110 101011100 1111 101111

Color Harmonies of #89666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89666D

Black with #89666D

Text Example


Text Example

White with #89666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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