#806873

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

Shades of Mauve Taupe #806873

Tints of Mauve Taupe #806873

Color information

#806873 (or 0x806873) is unknown color: approx Mauve Taupe. HEX triplet: 80, 68 and 73. RGB value is (128,104,115). Sum of RGB (Red+Green+Blue) = 128+104+115=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806873 is #7F978C. Grayscale: #707070. Windows color (decimal): -8361869 or 7563392. OLE color: 7563392.

HSL color Cylindrical-coordinate representation of color #806873: hue angle of 332.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #806873 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB128104115-
CMYK00.190.100.50
HSL332.5º10.34%45.49%-
HSV(B)332.5º18.75%50.2%-
XYZ16.9515.7318.36-
YUV112.43129.45139.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=36.89%
G=29.97%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810411500.190.100.50332.510.3445.49
Hex806873013A3214ca2d
Octal20015016302312625141255
Binary100000001101000111001101001110101100101010011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806873; }

 p { color: rgb(128,104,115); }

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

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

 a { background-color: rgb(128,104,115); }

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

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

 span { border-color: rgb(128,104,115); }

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