#825C69

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

Shades of Mauve Taupe #825C69

Tints of Mauve Taupe #825C69

Color information

#825C69 (or 0x825C69) is unknown color: approx Mauve Taupe. HEX triplet: 82, 5C and 69. RGB value is (130,92,105). Sum of RGB (Red+Green+Blue) = 130+92+105=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C69 is #7DA396. Grayscale: #686868. Windows color (decimal): -8233879 or 6904962. OLE color: 6904962.

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

Color convert

RGB13092105-
CMYK00.290.190.49
HSL339.47º17.12%43.53%-
HSV(B)339.47º29.23%50.98%-
XYZ15.5813.4215.13-
YUV104.84128.09145.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=39.76%
G=28.13%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309210500.290.190.49339.4717.1243.53
Hex825C6901D1331153112c
Octal20213415103523615232154
Binary10000010101110011010010111011001111000110101001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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