#816065

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

Shades of Mauve Taupe #816065

Tints of Mauve Taupe #816065

Color information

#816065 (or 0x816065) is unknown color: approx Mauve Taupe. HEX triplet: 81, 60 and 65. RGB value is (129,96,101). Sum of RGB (Red+Green+Blue) = 129+96+101=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816065 is #7E9F9A. Grayscale: #6A6A6A. Windows color (decimal): -8298395 or 6643841. OLE color: 6643841.

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

Color convert

RGB12996101-
CMYK00.260.220.49
HSL350.91º14.67%44.12%-
HSV(B)350.91º25.58%50.59%-
XYZ15.5913.9714.19-
YUV106.44124.93144.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=39.57%
G=29.45%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299610100.260.220.49350.9114.6744.12
Hex81606501A163115ff2c
Octal20114014503226615371754
Binary1000000111000001100101011010101101100011010111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816065; }

 p { color: rgb(129,96,101); }

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

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

 a { background-color: rgb(129,96,101); }

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

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

 span { border-color: rgb(129,96,101); }

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