Html Css Color HEX #896467 Mauve Taupe

📋 copy color: '#896467'

red 137 ◦ green 100 ◦ blue 103

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

Shades of Mauve Taupe #896467

Tints of Mauve Taupe #896467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 40.29%
G = 29.41%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#896467 (or 0x896467) is known color: Mauve Taupe. HEX triplet: 89, 64 and 67. RGB value is (137,100,103). Sum of RGB (Red+Green+Blue) = 137+100+103=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896467 is #769B98. Grayscale: #6F6F6F. Windows color (decimal): -7773081 or 6775945. OLE color: 6775945.

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

Color convert

RGB 137 100 103 -
CMYK 0 0.27 0.25 0.46
HSL 355.14º 0.16% 0.46% -
HSV(B) 355.14º 0.27% 0.54% -
XYZ 17.32 15.41 14.89 -
YUV 111.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 137 100 103 0 0.27 0.25 0.46 355.14 0.16 0.46
Hex 89 64 67 0 1B 19 2E 163 10 2E
Octal 211 144 147 0 33 31 56 543 20 56
Binary 10001001 1100100 1100111 0 11011 11001 101110 101100011 10000 101110

Color Harmonies of #896467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896467

Black with #896467

Text Example


Text Example

White with #896467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896467; }

 p { color: rgb(137,100,103); }

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

background-color css

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

 a { background-color: rgb(137,100,103); }

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

border-color css

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

 span { border-color: rgb(137,100,103); }

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