#826065

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

Shades of Mauve Taupe #826065

Tints of Mauve Taupe #826065

Color information

#826065 (or 0x826065) is unknown color: approx Mauve Taupe. HEX triplet: 82, 60 and 65. RGB value is (130,96,101). Sum of RGB (Red+Green+Blue) = 130+96+101=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #826065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826065 is #7D9F9A. Grayscale: #6A6A6A. Windows color (decimal): -8232859 or 6643842. OLE color: 6643842.

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

Color convert

RGB13096101-
CMYK00.260.220.49
HSL351.18º15.04%44.31%-
HSV(B)351.18º26.15%50.98%-
XYZ15.7414.0514.19-
YUV106.74124.76144.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=39.76%
G=29.36%
B=30.89%

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
Decimal1309610100.260.220.49351.1815.0444.31
Hex82606501A163115ff2c
Octal20214014503226615371754
Binary1000001011000001100101011010101101100011010111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826065; }

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

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

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

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

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

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

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

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