#896773

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

Shades of Mauve Taupe #896773

Tints of Mauve Taupe #896773

Color information

#896773 (or 0x896773) is unknown color: approx Mauve Taupe. HEX triplet: 89, 67 and 73. RGB value is (137,103,115). Sum of RGB (Red+Green+Blue) = 137+103+115=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #896773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896773 is #76988C. Grayscale: #727272. Windows color (decimal): -7772301 or 7563145. OLE color: 7563145.

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

Color convert

RGB137103115-
CMYK00.250.160.46
HSL338.82º14.17%47.06%-
HSV(B)338.82º24.82%53.73%-
XYZ18.2616.2618.4-
YUV114.53128.26144.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=38.59%
G=29.01%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710311500.250.160.46338.8214.1747.06
Hex896773019102E153e2f
Octal21114716303120565231657
Binary1000100111001111110011011001100001011101010100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896773; }

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

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

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

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

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

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

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

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