#816269

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

Shades of Mauve Taupe #816269

Tints of Mauve Taupe #816269

Color information

#816269 (or 0x816269) is unknown color: approx Mauve Taupe. HEX triplet: 81, 62 and 69. RGB value is (129,98,105). Sum of RGB (Red+Green+Blue) = 129+98+105=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #816269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816269 is #7E9D96. Grayscale: #6C6C6C. Windows color (decimal): -8297879 or 6906497. OLE color: 6906497.

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

Color convert

RGB12998105-
CMYK00.240.190.49
HSL346.45º13.66%44.51%-
HSV(B)346.45º24.03%50.59%-
XYZ15.9714.4215.31-
YUV108.07126.27142.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=38.86%
G=29.52%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299810500.240.190.49346.4513.6644.51
Hex816269018133115ae2d
Octal20114215103023615321655
Binary1000000111000101101001011000100111100011010110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816269; }

 p { color: rgb(129,98,105); }

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

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

 a { background-color: rgb(129,98,105); }

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

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

 span { border-color: rgb(129,98,105); }

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