#895C65

Color #895C65 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #895C65

Tints of Mauve Taupe #895C65

Color information

#895C65 (or 0x895C65) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5C and 65. RGB value is (137,92,101). Sum of RGB (Red+Green+Blue) = 137+92+101=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #895C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C65 is #76A39A. Grayscale: #6A6A6A. Windows color (decimal): -7775131 or 6642825. OLE color: 6642825.

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

Color convert

RGB13792101-
CMYK00.330.260.46
HSL348º19.65%44.9%-
HSV(B)348º32.85%53.73%-
XYZ16.4913.9114.13-
YUV106.48124.91149.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=41.52%
G=27.88%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379210100.330.260.4634819.6544.9
Hex895C650211A2E15c142d
Octal21113414504132565342455
Binary100010011011100110010101000011101010111010101110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,101); }

 H1.HeaderClassName
 {
   color: #895C65;
 }
 .AnyTagClassName
 {
   color: #895C65;
 }
</style>
background-color css

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

 a { background-color: rgb(137,92,101); }

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

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

 span { border-color: rgb(137,92,101); }

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