Html Css Color HEX #896070 Mauve Taupe

📋 copy color: '#896070'

red 137 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #896070

Tints of Mauve Taupe #896070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 39.71%
G = 27.83%
B = 32.46%

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

#896070 (or 0x896070) is known color: Mauve Taupe. HEX triplet: 89, 60 and 70. RGB value is (137,96,112). Sum of RGB (Red+Green+Blue) = 137+96+112=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #896070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896070 is #769F8F. Grayscale: #6E6E6E. Windows color (decimal): -7774096 or 7364745. OLE color: 7364745.

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

Color convert

RGB 137 96 112 -
CMYK 0 0.30 0.18 0.46
HSL 336.59º 0.18% 0.46% -
HSV(B) 336.59º 0.3% 0.54% -
XYZ 17.42 14.85 17.28 -
YUV 110.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 137 96 112 0 0.30 0.18 0.46 336.59 0.18 0.46
Hex 89 60 70 0 1E 12 2E 151 12 2E
Octal 211 140 160 0 36 22 56 521 22 56
Binary 10001001 1100000 1110000 0 11110 10010 101110 101010001 10010 101110

Color Harmonies of #896070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896070

Black with #896070

Text Example


Text Example

White with #896070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896070; }

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

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

background-color css

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

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

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

border-color css

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

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

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