Html Css Color HEX #825C6C Mauve Taupe

📋 copy color: '#825C6C'

red 130 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #825C6C

Tints of Mauve Taupe #825C6C

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

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 130 92 108 -
CMYK 0 0.29 0.17 0.49
HSL 334.74º 0.17% 0.44% -
HSV(B) 334.74º 0.29% 0.51% -
XYZ 15.74 13.48 15.96 -
YUV 105.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 130 92 108 0 0.29 0.17 0.49 334.74 0.17 0.44
Hex 82 5C 6C 0 1D 11 31 14F 11 2C
Octal 202 134 154 0 35 21 61 517 21 54
Binary 10000010 1011100 1101100 0 11101 10001 110001 101001111 10001 101100

Color Harmonies of #825C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C6C

Black with #825C6C

Text Example


Text Example

White with #825C6C

Text Example


Text Example

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