Html Css Color HEX #895A6B Mauve Taupe

📋 copy color: '#895A6B'

red 137 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #895A6B

Tints of Mauve Taupe #895A6B

RGB

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

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

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

R = 41.02%
G = 26.95%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#895A6B (or 0x895A6B) is known color: Mauve Taupe. HEX triplet: 89, 5A and 6B. RGB value is (137,90,107). Sum of RGB (Red+Green+Blue) = 137+90+107=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #895A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A6B is #76A594. Grayscale: #696969. Windows color (decimal): -7775637 or 7035529. OLE color: 7035529.

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

Color convert

RGB 137 90 107 -
CMYK 0 0.34 0.22 0.46
HSL 338.3º 0.21% 0.45% -
HSV(B) 338.3º 0.34% 0.54% -
XYZ 16.63 13.69 15.68 -
YUV 105.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 137 90 107 0 0.34 0.22 0.46 338.3 0.21 0.45
Hex 89 5A 6B 0 22 16 2E 152 15 2D
Octal 211 132 153 0 42 26 56 522 25 55
Binary 10001001 1011010 1101011 0 100010 10110 101110 101010010 10101 101101

Color Harmonies of #895A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A6B

Black with #895A6B

Text Example


Text Example

White with #895A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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