#806168

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

Shades of Mauve Taupe #806168

Tints of Mauve Taupe #806168

Color information

#806168 (or 0x806168) is unknown color: approx Mauve Taupe. HEX triplet: 80, 61 and 68. RGB value is (128,97,104). Sum of RGB (Red+Green+Blue) = 128+97+104=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806168 is #7F9E97. Grayscale: #6B6B6B. Windows color (decimal): -8363672 or 6840704. OLE color: 6840704.

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

Color convert

RGB12897104-
CMYK00.240.190.50
HSL346.45º13.78%44.12%-
HSV(B)346.45º24.22%50.2%-
XYZ15.6814.1415-
YUV107.07126.27142.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=38.91%
G=29.48%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289710400.240.190.50346.4513.7844.12
Hex806168018133215ae2c
Octal20014115003023625321654
Binary1000000011000011101000011000100111100101010110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806168; }

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

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

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

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

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

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

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

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