Html Css Color HEX #896471 Mauve Taupe

📋 copy color: '#896471'

red 137 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #896471

Tints of Mauve Taupe #896471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 39.14%
G = 28.57%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#896471 (or 0x896471) is known color: Mauve Taupe. HEX triplet: 89, 64 and 71. RGB value is (137,100,113). Sum of RGB (Red+Green+Blue) = 137+100+113=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #896471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896471 is #769B8E. Grayscale: #707070. Windows color (decimal): -7773071 or 7431305. OLE color: 7431305.

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

Color convert

RGB 137 100 113 -
CMYK 0 0.27 0.18 0.46
HSL 338.92º 0.16% 0.46% -
HSV(B) 338.92º 0.27% 0.54% -
XYZ 17.85 15.62 17.7 -
YUV 112.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 137 100 113 0 0.27 0.18 0.46 338.92 0.16 0.46
Hex 89 64 71 0 1B 12 2E 153 10 2E
Octal 211 144 161 0 33 22 56 523 20 56
Binary 10001001 1100100 1110001 0 11011 10010 101110 101010011 10000 101110

Color Harmonies of #896471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896471

Black with #896471

Text Example


Text Example

White with #896471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896471; }

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

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

background-color css

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

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

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

border-color css

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

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

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