#825D69

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

Shades of Mauve Taupe #825D69

Tints of Mauve Taupe #825D69

Color information

#825D69 (or 0x825D69) is unknown color: approx Mauve Taupe. HEX triplet: 82, 5D and 69. RGB value is (130,93,105). Sum of RGB (Red+Green+Blue) = 130+93+105=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #825D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D69 is #7DA296. Grayscale: #696969. Windows color (decimal): -8233623 or 6905218. OLE color: 6905218.

HSL color Cylindrical-coordinate representation of color #825D69: hue angle of 340.54º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825D69 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB13093105-
CMYK00.280.190.49
HSL340.54º16.59%43.73%-
HSV(B)340.54º28.46%50.98%-
XYZ15.6713.5915.16-
YUV105.43127.76145.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=39.63%
G=28.35%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309310500.280.190.49340.5416.5943.73
Hex825D6901C1331155112c
Octal20213515103423615252154
Binary10000010101110111010010111001001111000110101010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825D69; }

 p { color: rgb(130,93,105); }

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

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

 a { background-color: rgb(130,93,105); }

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

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

 span { border-color: rgb(130,93,105); }

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