Html Css Color HEX #896573 Mauve Taupe

📋 copy color: '#896573'

red 137 ◦ green 101 ◦ blue 115

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

Shades of Mauve Taupe #896573

Tints of Mauve Taupe #896573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 38.81%
G = 28.61%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#896573 (or 0x896573) is known color: Mauve Taupe. HEX triplet: 89, 65 and 73. RGB value is (137,101,115). Sum of RGB (Red+Green+Blue) = 137+101+115=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896573 is #769A8C. Grayscale: #717171. Windows color (decimal): -7772813 or 7562633. OLE color: 7562633.

HSL color Cylindrical-coordinate representation of color #896573: hue angle of 336.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896573 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 115 -
CMYK 0 0.26 0.16 0.46
HSL 336.67º 0.15% 0.47% -
HSV(B) 336.67º 0.26% 0.54% -
XYZ 18.06 15.86 18.33 -
YUV 113.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 137 101 115 0 0.26 0.16 0.46 336.67 0.15 0.47
Hex 89 65 73 0 1A 10 2E 151 F 2F
Octal 211 145 163 0 32 20 56 521 17 57
Binary 10001001 1100101 1110011 0 11010 10000 101110 101010001 1111 101111

Color Harmonies of #896573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896573

Black with #896573

Text Example


Text Example

White with #896573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896573; }

 p { color: rgb(137,101,115); }

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

background-color css

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

 a { background-color: rgb(137,101,115); }

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

border-color css

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

 span { border-color: rgb(137,101,115); }

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