Html Css Color HEX #896465 Mauve Taupe

📋 copy color: '#896465'

red 137 ◦ green 100 ◦ blue 101

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

Shades of Mauve Taupe #896465

Tints of Mauve Taupe #896465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 40.53%
G = 29.59%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896465 (or 0x896465) is known color: Mauve Taupe. HEX triplet: 89, 64 and 65. RGB value is (137,100,101). Sum of RGB (Red+Green+Blue) = 137+100+101=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896465 is #769B9A. Grayscale: #6F6F6F. Windows color (decimal): -7773083 or 6644873. OLE color: 6644873.

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

Color convert

RGB 137 100 101 -
CMYK 0 0.27 0.26 0.46
HSL 358.38º 0.16% 0.46% -
HSV(B) 358.38º 0.27% 0.54% -
XYZ 17.22 15.37 14.37 -
YUV 111.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 137 100 101 0 0.27 0.26 0.46 358.38 0.16 0.46
Hex 89 64 65 0 1B 1A 2E 166 10 2E
Octal 211 144 145 0 33 32 56 546 20 56
Binary 10001001 1100100 1100101 0 11011 11010 101110 101100110 10000 101110

Color Harmonies of #896465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896465

Black with #896465

Text Example


Text Example

White with #896465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896465; }

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

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

background-color css

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

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

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

border-color css

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

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

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