#815F6E

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

Shades of Mauve Taupe #815F6E

Tints of Mauve Taupe #815F6E

Color information

#815F6E (or 0x815F6E) is unknown color: approx Mauve Taupe. HEX triplet: 81, 5F and 6E. RGB value is (129,95,110). Sum of RGB (Red+Green+Blue) = 129+95+110=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #815F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F6E is #7EA091. Grayscale: #6A6A6A. Windows color (decimal): -8298642 or 7233409. OLE color: 7233409.

HSL color Cylindrical-coordinate representation of color #815F6E: hue angle of 333.53º 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 #815F6E is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12995110-
CMYK00.260.150.49
HSL333.53º15.18%43.92%-
HSV(B)333.53º26.36%50.59%-
XYZ15.9613.9816.61-
YUV106.88129.76143.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=38.62%
G=28.44%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299511000.260.150.49333.5315.1843.92
Hex815F6E01AF3114ef2c
Octal20113715603217615161754
Binary100000011011111110111001101011111100011010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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