Html Css Color HEX #895E6E Mauve Taupe

📋 copy color: '#895E6E'

red 137 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #895E6E

Tints of Mauve Taupe #895E6E

RGB

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

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

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

R = 40.18%
G = 27.57%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#895E6E (or 0x895E6E) is known color: Mauve Taupe. HEX triplet: 89, 5E and 6E. RGB value is (137,94,110). Sum of RGB (Red+Green+Blue) = 137+94+110=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E6E is #76A191. Grayscale: #6C6C6C. Windows color (decimal): -7774610 or 7233161. OLE color: 7233161.

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

Color convert

RGB 137 94 110 -
CMYK 0 0.31 0.20 0.46
HSL 337.67º 0.19% 0.45% -
HSV(B) 337.67º 0.31% 0.54% -
XYZ 17.13 14.45 16.64 -
YUV 108.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 137 94 110 0 0.31 0.20 0.46 337.67 0.19 0.45
Hex 89 5E 6E 0 1F 14 2E 152 13 2D
Octal 211 136 156 0 37 24 56 522 23 55
Binary 10001001 1011110 1101110 0 11111 10100 101110 101010010 10011 101101

Color Harmonies of #895E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E6E

Black with #895E6E

Text Example


Text Example

White with #895E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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