#815F66

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

Shades of Mauve Taupe #815F66

Tints of Mauve Taupe #815F66

Color information

#815F66 (or 0x815F66) is unknown color: approx Mauve Taupe. HEX triplet: 81, 5F and 66. RGB value is (129,95,102). Sum of RGB (Red+Green+Blue) = 129+95+102=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #815F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F66 is #7EA099. Grayscale: #696969. Windows color (decimal): -8298650 or 6709121. OLE color: 6709121.

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

Color convert

RGB12995102-
CMYK00.260.210.49
HSL347.65º15.18%43.92%-
HSV(B)347.65º26.36%50.59%-
XYZ15.5413.8114.42-
YUV105.96125.76144.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=39.57%
G=29.14%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299510200.260.210.49347.6515.1843.92
Hex815F6601A153115cf2c
Octal20113714603225615341754
Binary1000000110111111100110011010101011100011010111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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