Html Css Color HEX #896673 Mauve Taupe

📋 copy color: '#896673'

red 137 ◦ green 102 ◦ blue 115

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

Shades of Mauve Taupe #896673

Tints of Mauve Taupe #896673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 38.7%
G = 28.81%
B = 32.49%

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

#896673 (or 0x896673) is known color: Mauve Taupe. HEX triplet: 89, 66 and 73. RGB value is (137,102,115). Sum of RGB (Red+Green+Blue) = 137+102+115=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896673 is #76998C. Grayscale: #717171. Windows color (decimal): -7772557 or 7562889. OLE color: 7562889.

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

Color convert

RGB 137 102 115 -
CMYK 0 0.26 0.16 0.46
HSL 337.71º 0.15% 0.47% -
HSV(B) 337.71º 0.26% 0.54% -
XYZ 18.16 16.06 18.36 -
YUV 113.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 137 102 115 0 0.26 0.16 0.46 337.71 0.15 0.47
Hex 89 66 73 0 1A 10 2E 152 F 2F
Octal 211 146 163 0 32 20 56 522 17 57
Binary 10001001 1100110 1110011 0 11010 10000 101110 101010010 1111 101111

Color Harmonies of #896673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896673

Black with #896673

Text Example


Text Example

White with #896673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896673; }

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

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

background-color css

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

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

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

border-color css

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

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

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