#895D65

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

Shades of Mauve Taupe #895D65

Tints of Mauve Taupe #895D65

Color information

#895D65 (or 0x895D65) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5D and 65. RGB value is (137,93,101). Sum of RGB (Red+Green+Blue) = 137+93+101=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #895D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D65 is #76A29A. Grayscale: #6B6B6B. Windows color (decimal): -7774875 or 6643081. OLE color: 6643081.

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

Color convert

RGB13793101-
CMYK00.320.260.46
HSL349.09º19.13%45.1%-
HSV(B)349.09º32.12%53.73%-
XYZ16.5814.0914.16-
YUV107.07124.58149.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=41.39%
G=28.10%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379310100.320.260.46349.0919.1345.1
Hex895D650201A2E15d132d
Octal21113514504032565352355
Binary100010011011101110010101000001101010111010101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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