Html Css Color HEX #896572 Mauve Taupe

📋 copy color: '#896572'

red 137 ◦ green 101 ◦ blue 114

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

Shades of Mauve Taupe #896572

Tints of Mauve Taupe #896572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 38.92%
G = 28.69%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#896572 (or 0x896572) is known color: Mauve Taupe. HEX triplet: 89, 65 and 72. RGB value is (137,101,114). Sum of RGB (Red+Green+Blue) = 137+101+114=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896572 is #769A8D. Grayscale: #717171. Windows color (decimal): -7772814 or 7497097. OLE color: 7497097.

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

Color convert

RGB 137 101 114 -
CMYK 0 0.26 0.17 0.46
HSL 338.33º 0.15% 0.47% -
HSV(B) 338.33º 0.26% 0.54% -
XYZ 18.01 15.84 18.03 -
YUV 113.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 137 101 114 0 0.26 0.17 0.46 338.33 0.15 0.47
Hex 89 65 72 0 1A 11 2E 152 F 2F
Octal 211 145 162 0 32 21 56 522 17 57
Binary 10001001 1100101 1110010 0 11010 10001 101110 101010010 1111 101111

Color Harmonies of #896572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896572

Black with #896572

Text Example


Text Example

White with #896572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896572; }

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

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

background-color css

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

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

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

border-color css

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

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

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