#815E6E

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

Shades of Mauve Taupe #815E6E

Tints of Mauve Taupe #815E6E

Color information

#815E6E (or 0x815E6E) is unknown color: approx Mauve Taupe. HEX triplet: 81, 5E and 6E. RGB value is (129,94,110). Sum of RGB (Red+Green+Blue) = 129+94+110=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6E is #7EA191. Grayscale: #6A6A6A. Windows color (decimal): -8298898 or 7233153. OLE color: 7233153.

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

Color convert

RGB12994110-
CMYK00.270.150.49
HSL332.57º15.7%43.73%-
HSV(B)332.57º27.13%50.59%-
XYZ15.8713.816.58-
YUV106.29130.1144.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=38.74%
G=28.23%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299411000.270.150.49332.5715.743.73
Hex815E6E01BF3114d102c
Octal20113615603317615152054
Binary1000000110111101101110011011111111000110100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815E6E; }

 p { color: rgb(129,94,110); }

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

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

 a { background-color: rgb(129,94,110); }

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

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

 span { border-color: rgb(129,94,110); }

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