Html Css Color HEX #895B6D Mauve Taupe

📋 copy color: '#895B6D'

red 137 ◦ green 91 ◦ blue 109

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

Shades of Mauve Taupe #895B6D

Tints of Mauve Taupe #895B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 40.65%
G = 27%
B = 32.34%

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

#895B6D (or 0x895B6D) is known color: Mauve Taupe. HEX triplet: 89, 5B and 6D. RGB value is (137,91,109). Sum of RGB (Red+Green+Blue) = 137+91+109=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B6D is #76A492. Grayscale: #6A6A6A. Windows color (decimal): -7775379 or 7166857. OLE color: 7166857.

HSL color Cylindrical-coordinate representation of color #895B6D: hue angle of 336.52º 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 #895B6D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 91 109 -
CMYK 0 0.34 0.20 0.46
HSL 336.52º 0.2% 0.45% -
HSV(B) 336.52º 0.34% 0.54% -
XYZ 16.82 13.9 16.27 -
YUV 106.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 137 91 109 0 0.34 0.20 0.46 336.52 0.2 0.45
Hex 89 5B 6D 0 22 14 2E 151 14 2D
Octal 211 133 155 0 42 24 56 521 24 55
Binary 10001001 1011011 1101101 0 100010 10100 101110 101010001 10100 101101

Color Harmonies of #895B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B6D

Black with #895B6D

Text Example


Text Example

White with #895B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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