#896367

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

Shades of Mauve Taupe #896367

Tints of Mauve Taupe #896367

Color information

#896367 (or 0x896367) is unknown color: approx Mauve Taupe. HEX triplet: 89, 63 and 67. RGB value is (137,99,103). Sum of RGB (Red+Green+Blue) = 137+99+103=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896367 is #769C98. Grayscale: #6E6E6E. Windows color (decimal): -7773337 or 6775689. OLE color: 6775689.

HSL color Cylindrical-coordinate representation of color #896367: hue angle of 353.68º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896367 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13799103-
CMYK00.280.250.46
HSL353.68º16.1%46.27%-
HSV(B)353.68º27.74%53.73%-
XYZ17.2315.2214.86-
YUV110.82123.59146.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=40.41%
G=29.20%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379910300.280.250.46353.6816.146.27
Hex89636701C192E162102e
Octal21114314703431565422056
Binary10001001110001111001110111001100110111010110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896367; }

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

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

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

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

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

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

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

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