#895C62

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

Shades of Mauve Taupe #895C62

Tints of Mauve Taupe #895C62

Color information

#895C62 (or 0x895C62) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5C and 62. RGB value is (137,92,98). Sum of RGB (Red+Green+Blue) = 137+92+98=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C62 is #76A39D. Grayscale: #6A6A6A. Windows color (decimal): -7775134 or 6446217. OLE color: 6446217.

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

Color convert

RGB1379298-
CMYK00.330.280.46
HSL352º19.65%44.9%-
HSV(B)352º32.85%53.73%-
XYZ16.3513.8513.37-
YUV106.14123.41150.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=41.90%
G=28.13%
B=29.97%

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
Decimal137929800.330.280.4635219.6544.9
Hex895C620211C2E160142d
Octal21113414204134565402455
Binary100010011011100110001001000011110010111010110000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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