Html Css Color HEX #89696F Mauve Taupe

📋 copy color: '#89696F'

red 137 ◦ green 105 ◦ blue 111

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

Shades of Mauve Taupe #89696F

Tints of Mauve Taupe #89696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 38.81%
G = 29.75%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89696F (or 0x89696F) is known color: Mauve Taupe. HEX triplet: 89, 69 and 6F. RGB value is (137,105,111). Sum of RGB (Red+Green+Blue) = 137+105+111=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #89696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696F is #769690. Grayscale: #737373. Windows color (decimal): -7771793 or 7301513. OLE color: 7301513.

HSL color Cylindrical-coordinate representation of color #89696F: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89696F is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 105 111 -
CMYK 0 0.23 0.19 0.46
HSL 348.75º 0.13% 0.47% -
HSV(B) 348.75º 0.23% 0.54% -
XYZ 18.24 16.57 17.28 -
YUV 115.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 137 105 111 0 0.23 0.19 0.46 348.75 0.13 0.47
Hex 89 69 6F 0 17 13 2E 15D D 2F
Octal 211 151 157 0 27 23 56 535 15 57
Binary 10001001 1101001 1101111 0 10111 10011 101110 101011101 1101 101111

Color Harmonies of #89696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89696F

Black with #89696F

Text Example


Text Example

White with #89696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89696F; }

 p { color: rgb(137,105,111); }

 H1.HeaderClassName
 {
   color: #89696F;
 }
 .AnyTagClassName
 {
   color: #89696F;
 }
</style>

background-color css

<style>
 a { background-color: #89696F; }

 a { background-color: rgb(137,105,111); }

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

border-color css

<style>
 span { border-color: #89696F; }

 span { border-color: rgb(137,105,111); }

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