#895C63

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

Shades of Mauve Taupe #895C63

Tints of Mauve Taupe #895C63

Color information

#895C63 (or 0x895C63) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5C and 63. RGB value is (137,92,99). Sum of RGB (Red+Green+Blue) = 137+92+99=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #895C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C63 is #76A39C. Grayscale: #6A6A6A. Windows color (decimal): -7775133 or 6511753. OLE color: 6511753.

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

Color convert

RGB1379299-
CMYK00.330.280.46
HSL350.67º19.65%44.9%-
HSV(B)350.67º32.85%53.73%-
XYZ16.413.8713.62-
YUV106.25123.91149.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=41.77%
G=28.05%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137929900.330.280.46350.6719.6544.9
Hex895C630211C2E15f142d
Octal21113414304134565372455
Binary100010011011100110001101000011110010111010101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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