#826268

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

Shades of Mauve Taupe #826268

Tints of Mauve Taupe #826268

Color information

#826268 (or 0x826268) is unknown color: approx Mauve Taupe. HEX triplet: 82, 62 and 68. RGB value is (130,98,104). Sum of RGB (Red+Green+Blue) = 130+98+104=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826268 is #7D9D97. Grayscale: #6C6C6C. Windows color (decimal): -8232344 or 6840962. OLE color: 6840962.

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

Color convert

RGB13098104-
CMYK00.250.20.49
HSL348.75º14.04%44.71%-
HSV(B)348.75º24.62%50.98%-
XYZ16.0714.4815.04-
YUV108.25125.6143.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=39.16%
G=29.52%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309810400.250.20.49348.7514.0444.71
Hex826268019143115de2d
Octal20214215003124615351655
Binary1000001011000101101000011001101001100011010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826268; }

 p { color: rgb(130,98,104); }

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

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

 a { background-color: rgb(130,98,104); }

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

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

 span { border-color: rgb(130,98,104); }

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