Html Css Color HEX #895F60 Mauve Taupe

📋 copy color: '#895F60'

red 137 ◦ green 95 ◦ blue 96

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

Shades of Mauve Taupe #895F60

Tints of Mauve Taupe #895F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 41.77%
G = 28.96%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#895F60 (or 0x895F60) is known color: Mauve Taupe. HEX triplet: 89, 5F and 60. RGB value is (137,95,96). Sum of RGB (Red+Green+Blue) = 137+95+96=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #895F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F60 is #76A09F. Grayscale: #6B6B6B. Windows color (decimal): -7774368 or 6315913. OLE color: 6315913.

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

Color convert

RGB 137 95 96 -
CMYK 0 0.31 0.30 0.46
HSL 358.57º 0.18% 0.45% -
HSV(B) 358.57º 0.31% 0.54% -
XYZ 16.52 14.35 12.96 -
YUV 107.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 137 95 96 0 0.31 0.30 0.46 358.57 0.18 0.45
Hex 89 5F 60 0 1F 1E 2E 167 12 2D
Octal 211 137 140 0 37 36 56 547 22 55
Binary 10001001 1011111 1100000 0 11111 11110 101110 101100111 10010 101101

Color Harmonies of #895F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F60

Black with #895F60

Text Example


Text Example

White with #895F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,95,96); }

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

background-color css

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

 a { background-color: rgb(137,95,96); }

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

border-color css

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

 span { border-color: rgb(137,95,96); }

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