Html Css Color HEX #895E6B Mauve Taupe

📋 copy color: '#895E6B'

red 137 ◦ green 94 ◦ blue 107

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

Shades of Mauve Taupe #895E6B

Tints of Mauve Taupe #895E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.81%

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 40.53%
G = 27.81%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#895E6B (or 0x895E6B) is known color: Mauve Taupe. HEX triplet: 89, 5E and 6B. RGB value is (137,94,107). Sum of RGB (Red+Green+Blue) = 137+94+107=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E6B is #76A194. Grayscale: #6C6C6C. Windows color (decimal): -7774613 or 7036553. OLE color: 7036553.

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

Color convert

RGB 137 94 107 -
CMYK 0 0.31 0.22 0.46
HSL 341.86º 0.19% 0.45% -
HSV(B) 341.86º 0.31% 0.54% -
XYZ 16.97 14.39 15.79 -
YUV 108.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 137 94 107 0 0.31 0.22 0.46 341.86 0.19 0.45
Hex 89 5E 6B 0 1F 16 2E 156 13 2D
Octal 211 136 153 0 37 26 56 526 23 55
Binary 10001001 1011110 1101011 0 11111 10110 101110 101010110 10011 101101

Color Harmonies of #895E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E6B

Black with #895E6B

Text Example


Text Example

White with #895E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,94,107); }

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

background-color css

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

 a { background-color: rgb(137,94,107); }

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

border-color css

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

 span { border-color: rgb(137,94,107); }

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