#825C6C

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

Shades of Mauve Taupe #825C6C

Tints of Mauve Taupe #825C6C

Color information

#825C6C (or 0x825C6C) is unknown color: approx Mauve Taupe. HEX triplet: 82, 5C and 6C. RGB value is (130,92,108). Sum of RGB (Red+Green+Blue) = 130+92+108=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C6C is #7DA393. Grayscale: #696969. Windows color (decimal): -8233876 or 7101570. OLE color: 7101570.

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

Color convert

RGB13092108-
CMYK00.290.170.49
HSL334.74º17.12%43.53%-
HSV(B)334.74º29.23%50.98%-
XYZ15.7413.4815.96-
YUV105.19129.59145.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=39.39%
G=27.88%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309210800.290.170.49334.7417.1243.53
Hex825C6C01D113114f112c
Octal20213415403521615172154
Binary10000010101110011011000111011000111000110100111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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