#825C6D

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

Shades of Mauve Taupe #825C6D

Tints of Mauve Taupe #825C6D

Color information

#825C6D (or 0x825C6D) is unknown color: approx Mauve Taupe. HEX triplet: 82, 5C and 6D. RGB value is (130,92,109). Sum of RGB (Red+Green+Blue) = 130+92+109=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C6D is #7DA392. Grayscale: #696969. Windows color (decimal): -8233875 or 7167106. OLE color: 7167106.

HSL color Cylindrical-coordinate representation of color #825C6D: hue angle of 333.16º 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 #825C6D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13092109-
CMYK00.290.160.49
HSL333.16º17.12%43.53%-
HSV(B)333.16º29.23%50.98%-
XYZ15.7913.516.24-
YUV105.3130.09145.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=39.27%
G=27.79%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309210900.290.160.49333.1617.1243.53
Hex825C6D01D103114d112c
Octal20213415503520615152154
Binary10000010101110011011010111011000011000110100110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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