#826165

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

Shades of Mauve Taupe #826165

Tints of Mauve Taupe #826165

Color information

#826165 (or 0x826165) is unknown color: approx Mauve Taupe. HEX triplet: 82, 61 and 65. RGB value is (130,97,101). Sum of RGB (Red+Green+Blue) = 130+97+101=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826165 is #7D9E9A. Grayscale: #6B6B6B. Windows color (decimal): -8232603 or 6644098. OLE color: 6644098.

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

Color convert

RGB13097101-
CMYK00.250.220.49
HSL352.73º14.54%44.51%-
HSV(B)352.73º25.38%50.98%-
XYZ15.8314.2314.23-
YUV107.32124.43144.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=39.63%
G=29.57%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309710100.250.220.49352.7314.5444.51
Hex8261650191631161f2d
Octal20214114503126615411755
Binary1000001011000011100101011001101101100011011000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826165; }

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

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

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

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

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

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

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

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