Html Css Color HEX #896071 Mauve Taupe

📋 copy color: '#896071'

red 137 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #896071

Tints of Mauve Taupe #896071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 39.6%
G = 27.75%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#896071 (or 0x896071) is known color: Mauve Taupe. HEX triplet: 89, 60 and 71. RGB value is (137,96,113). Sum of RGB (Red+Green+Blue) = 137+96+113=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #896071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896071 is #769F8E. Grayscale: #6E6E6E. Windows color (decimal): -7774095 or 7430281. OLE color: 7430281.

HSL color Cylindrical-coordinate representation of color #896071: hue angle of 335.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896071 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 113 -
CMYK 0 0.30 0.18 0.46
HSL 335.12º 0.18% 0.46% -
HSV(B) 335.12º 0.3% 0.54% -
XYZ 17.48 14.88 17.57 -
YUV 110.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 137 96 113 0 0.30 0.18 0.46 335.12 0.18 0.46
Hex 89 60 71 0 1E 12 2E 14F 12 2E
Octal 211 140 161 0 36 22 56 517 22 56
Binary 10001001 1100000 1110001 0 11110 10010 101110 101001111 10010 101110

Color Harmonies of #896071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896071

Black with #896071

Text Example


Text Example

White with #896071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896071; }

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

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

background-color css

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

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

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

border-color css

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

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

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