#895C68

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

Shades of Mauve Taupe #895C68

Tints of Mauve Taupe #895C68

Color information

#895C68 (or 0x895C68) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5C and 68. RGB value is (137,92,104). Sum of RGB (Red+Green+Blue) = 137+92+104=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #895C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C68 is #76A397. Grayscale: #6A6A6A. Windows color (decimal): -7775128 or 6839433. OLE color: 6839433.

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

Color convert

RGB13792104-
CMYK00.330.240.46
HSL344º19.65%44.9%-
HSV(B)344º32.85%53.73%-
XYZ16.6413.9714.92-
YUV106.82126.41149.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=41.14%
G=27.63%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379210400.330.240.4634419.6544.9
Hex895C68021182E158142d
Octal21113415004130565302455
Binary100010011011100110100001000011100010111010101100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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