#826066

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

Shades of Mauve Taupe #826066

Tints of Mauve Taupe #826066

Color information

#826066 (or 0x826066) is unknown color: approx Mauve Taupe. HEX triplet: 82, 60 and 66. RGB value is (130,96,102). Sum of RGB (Red+Green+Blue) = 130+96+102=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826066 is #7D9F99. Grayscale: #6A6A6A. Windows color (decimal): -8232858 or 6709378. OLE color: 6709378.

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

Color convert

RGB13096102-
CMYK00.260.220.49
HSL349.41º15.04%44.31%-
HSV(B)349.41º26.15%50.98%-
XYZ15.7914.0714.45-
YUV106.85125.26144.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=39.63%
G=29.27%
B=31.10%

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
Decimal1309610200.260.220.49349.4115.0444.31
Hex82606601A163115df2c
Octal20214014603226615351754
Binary1000001011000001100110011010101101100011010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826066; }

 p { color: rgb(130,96,102); }

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

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

 a { background-color: rgb(130,96,102); }

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

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

 span { border-color: rgb(130,96,102); }

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