#815D67

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

Shades of Mauve Taupe #815D67

Tints of Mauve Taupe #815D67

Color information

#815D67 (or 0x815D67) is unknown color: approx Mauve Taupe. HEX triplet: 81, 5D and 67. RGB value is (129,93,103). Sum of RGB (Red+Green+Blue) = 129+93+103=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #815D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D67 is #7EA298. Grayscale: #686868. Windows color (decimal): -8299161 or 6774145. OLE color: 6774145.

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

Color convert

RGB12993103-
CMYK00.280.200.49
HSL343.33º16.22%43.53%-
HSV(B)343.33º27.91%50.59%-
XYZ15.4213.4814.62-
YUV104.9126.93145.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=39.69%
G=28.62%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299310300.280.200.49343.3316.2243.53
Hex815D6701C1431157102c
Octal20113514703424615272054
Binary10000001101110111001110111001010011000110101011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,93,103); }

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

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

 a { background-color: rgb(129,93,103); }

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

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

 span { border-color: rgb(129,93,103); }

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