#826673

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

Shades of Mauve Taupe #826673

Tints of Mauve Taupe #826673

Color information

#826673 (or 0x826673) is unknown color: approx Mauve Taupe. HEX triplet: 82, 66 and 73. RGB value is (130,102,115). Sum of RGB (Red+Green+Blue) = 130+102+115=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826673 is #7D998C. Grayscale: #6F6F6F. Windows color (decimal): -8231309 or 7562882. OLE color: 7562882.

HSL color Cylindrical-coordinate representation of color #826673: hue angle of 332.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826673 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB130102115-
CMYK00.220.120.49
HSL332.14º12.07%45.49%-
HSV(B)332.14º21.54%50.98%-
XYZ17.0515.4918.31-
YUV111.85129.78140.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=37.46%
G=29.39%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010211500.220.120.49332.1412.0745.49
Hex826673016C3114cc2d
Octal20214616302614615141455
Binary100000101100110111001101011011001100011010011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826673; }

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

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

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

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

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

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

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

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