Html Css Color HEX #895B6E Mauve Taupe

📋 copy color: '#895B6E'

red 137 ◦ green 91 ◦ blue 110

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

Shades of Mauve Taupe #895B6E

Tints of Mauve Taupe #895B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 40.53%
G = 26.92%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#895B6E (or 0x895B6E) is known color: Mauve Taupe. HEX triplet: 89, 5B and 6E. RGB value is (137,91,110). Sum of RGB (Red+Green+Blue) = 137+91+110=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B6E is #76A491. Grayscale: #6A6A6A. Windows color (decimal): -7775378 or 7232393. OLE color: 7232393.

HSL color Cylindrical-coordinate representation of color #895B6E: hue angle of 335.22º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895B6E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 91 110 -
CMYK 0 0.34 0.20 0.46
HSL 335.22º 0.2% 0.45% -
HSV(B) 335.22º 0.34% 0.54% -
XYZ 16.87 13.93 16.55 -
YUV 106.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 137 91 110 0 0.34 0.20 0.46 335.22 0.2 0.45
Hex 89 5B 6E 0 22 14 2E 14F 14 2D
Octal 211 133 156 0 42 24 56 517 24 55
Binary 10001001 1011011 1101110 0 100010 10100 101110 101001111 10100 101101

Color Harmonies of #895B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B6E

Black with #895B6E

Text Example


Text Example

White with #895B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895B6E; }

 p { color: rgb(137,91,110); }

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

background-color css

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

 a { background-color: rgb(137,91,110); }

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

border-color css

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

 span { border-color: rgb(137,91,110); }

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