Html Css Color HEX #896970 Mauve Taupe

📋 copy color: '#896970'

red 137 ◦ green 105 ◦ blue 112

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

Shades of Mauve Taupe #896970

Tints of Mauve Taupe #896970

RGB

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

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

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

R = 38.7%
G = 29.66%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#896970 (or 0x896970) is known color: Mauve Taupe. HEX triplet: 89, 69 and 70. RGB value is (137,105,112). Sum of RGB (Red+Green+Blue) = 137+105+112=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896970 is #76968F. Grayscale: #737373. Windows color (decimal): -7771792 or 7367049. OLE color: 7367049.

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

Color convert

RGB 137 105 112 -
CMYK 0 0.23 0.18 0.46
HSL 346.88º 0.13% 0.47% -
HSV(B) 346.88º 0.23% 0.54% -
XYZ 18.29 16.59 17.57 -
YUV 115.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 137 105 112 0 0.23 0.18 0.46 346.88 0.13 0.47
Hex 89 69 70 0 17 12 2E 15B D 2F
Octal 211 151 160 0 27 22 56 533 15 57
Binary 10001001 1101001 1110000 0 10111 10010 101110 101011011 1101 101111

Color Harmonies of #896970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896970

Black with #896970

Text Example


Text Example

White with #896970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896970; }

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

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

background-color css

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

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

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

border-color css

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

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

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