#826670

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

Shades of Mauve Taupe #826670

Tints of Mauve Taupe #826670

Color information

#826670 (or 0x826670) is unknown color: approx Mauve Taupe. HEX triplet: 82, 66 and 70. RGB value is (130,102,112). Sum of RGB (Red+Green+Blue) = 130+102+112=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826670 is #7D998F. Grayscale: #6F6F6F. Windows color (decimal): -8231312 or 7366274. OLE color: 7366274.

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

Color convert

RGB130102112-
CMYK00.220.140.49
HSL338.57º12.07%45.49%-
HSV(B)338.57º21.54%50.98%-
XYZ16.8815.4217.42-
YUV111.51128.28141.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=37.79%
G=29.65%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010211200.220.140.49338.5712.0745.49
Hex826670016E31153c2d
Octal20214616002616615231455
Binary100000101100110111000001011011101100011010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826670; }

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

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

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

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

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

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

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

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