Html Css Color HEX #896274 Mauve Taupe

📋 copy color: '#896274'

red 137 ◦ green 98 ◦ blue 116

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

Shades of Mauve Taupe #896274

Tints of Mauve Taupe #896274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 39.03%
G = 27.92%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#896274 (or 0x896274) is known color: Mauve Taupe. HEX triplet: 89, 62 and 74. RGB value is (137,98,116). Sum of RGB (Red+Green+Blue) = 137+98+116=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #896274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896274 is #769D8B. Grayscale: #6F6F6F. Windows color (decimal): -7773580 or 7627401. OLE color: 7627401.

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

Color convert

RGB 137 98 116 -
CMYK 0 0.28 0.15 0.46
HSL 332.31º 0.17% 0.46% -
HSV(B) 332.31º 0.28% 0.54% -
XYZ 17.84 15.31 18.54 -
YUV 111.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 137 98 116 0 0.28 0.15 0.46 332.31 0.17 0.46
Hex 89 62 74 0 1C F 2E 14C 11 2E
Octal 211 142 164 0 34 17 56 514 21 56
Binary 10001001 1100010 1110100 0 11100 1111 101110 101001100 10001 101110

Color Harmonies of #896274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896274

Black with #896274

Text Example


Text Example

White with #896274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896274; }

 p { color: rgb(137,98,116); }

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

background-color css

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

 a { background-color: rgb(137,98,116); }

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

border-color css

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

 span { border-color: rgb(137,98,116); }

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