Html Css Color HEX #895A6D Mauve Taupe

📋 copy color: '#895A6D'

red 137 ◦ green 90 ◦ blue 109

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

Shades of Mauve Taupe #895A6D

Tints of Mauve Taupe #895A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 40.77%
G = 26.79%
B = 32.44%

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

#895A6D (or 0x895A6D) is known color: Mauve Taupe. HEX triplet: 89, 5A and 6D. RGB value is (137,90,109). Sum of RGB (Red+Green+Blue) = 137+90+109=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A6D is #76A592. Grayscale: #6A6A6A. Windows color (decimal): -7775635 or 7166601. OLE color: 7166601.

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

Color convert

RGB 137 90 109 -
CMYK 0 0.34 0.20 0.46
HSL 335.74º 0.21% 0.45% -
HSV(B) 335.74º 0.34% 0.54% -
XYZ 16.73 13.73 16.24 -
YUV 106.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 137 90 109 0 0.34 0.20 0.46 335.74 0.21 0.45
Hex 89 5A 6D 0 22 14 2E 150 15 2D
Octal 211 132 155 0 42 24 56 520 25 55
Binary 10001001 1011010 1101101 0 100010 10100 101110 101010000 10101 101101

Color Harmonies of #895A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A6D

Black with #895A6D

Text Example


Text Example

White with #895A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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