Html Css Color HEX #825C6D Mauve Taupe

📋 copy color: '#825C6D'

red 130 ◦ green 92 ◦ blue 109

#825C6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #825C6D

Tints of Mauve Taupe #825C6D

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 value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#825C6D (or 0x825C6D) is known color: 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

RGB 130 92 109 -
CMYK 0 0.29 0.16 0.49
HSL 333.16º 0.17% 0.44% -
HSV(B) 333.16º 0.29% 0.51% -
XYZ 15.79 13.5 16.24 -
YUV 105.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 130 92 109 0 0.29 0.16 0.49 333.16 0.17 0.44
Hex 82 5C 6D 0 1D 10 31 14D 11 2C
Octal 202 134 155 0 35 20 61 515 21 54
Binary 10000010 1011100 1101101 0 11101 10000 110001 101001101 10001 101100

Color Harmonies of #825C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C6D

Black with #825C6D

Text Example


Text Example

White with #825C6D

Text Example


Text Example

HTML Codes & Css Web 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>