Html Css Color HEX #896061 Mauve Taupe

📋 copy color: '#896061'

red 137 ◦ green 96 ◦ blue 97

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

Shades of Mauve Taupe #896061

Tints of Mauve Taupe #896061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 41.52%
G = 29.09%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#896061 (or 0x896061) is known color: Mauve Taupe. HEX triplet: 89, 60 and 61. RGB value is (137,96,97). Sum of RGB (Red+Green+Blue) = 137+96+97=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #896061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896061 is #769F9E. Grayscale: #6C6C6C. Windows color (decimal): -7774111 or 6381705. OLE color: 6381705.

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

Color convert

RGB 137 96 97 -
CMYK 0 0.30 0.29 0.46
HSL 358.54º 0.18% 0.46% -
HSV(B) 358.54º 0.3% 0.54% -
XYZ 16.66 14.55 13.24 -
YUV 108.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 137 96 97 0 0.30 0.29 0.46 358.54 0.18 0.46
Hex 89 60 61 0 1E 1D 2E 167 12 2E
Octal 211 140 141 0 36 35 56 547 22 56
Binary 10001001 1100000 1100001 0 11110 11101 101110 101100111 10010 101110

Color Harmonies of #896061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896061

Black with #896061

Text Example


Text Example

White with #896061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896061; }

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

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

background-color css

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

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

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

border-color css

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

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

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