#816068

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

Shades of Mauve Taupe #816068

Tints of Mauve Taupe #816068

Color information

#816068 (or 0x816068) is unknown color: approx Mauve Taupe. HEX triplet: 81, 60 and 68. RGB value is (129,96,104). Sum of RGB (Red+Green+Blue) = 129+96+104=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816068 is #7E9F97. Grayscale: #6A6A6A. Windows color (decimal): -8298392 or 6840449. OLE color: 6840449.

HSL color Cylindrical-coordinate representation of color #816068: hue angle of 345.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816068 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12996104-
CMYK00.260.190.49
HSL345.45º14.67%44.12%-
HSV(B)345.45º25.58%50.59%-
XYZ15.7314.0314.98-
YUV106.78126.43143.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=39.21%
G=29.18%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299610400.260.190.49345.4514.6744.12
Hex81606801A1331159f2c
Octal20114015003223615311754
Binary1000000111000001101000011010100111100011010110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816068; }

 p { color: rgb(129,96,104); }

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

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

 a { background-color: rgb(129,96,104); }

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

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

 span { border-color: rgb(129,96,104); }

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