Html Css Color HEX #825F6C Mauve Taupe

📋 copy color: '#825F6C'

red 130 ◦ green 95 ◦ blue 108

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

Shades of Mauve Taupe #825F6C

Tints of Mauve Taupe #825F6C

RGB

 RED value IS 130 (51.17% from 255) = 39.04%

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 39.04%
G = 28.53%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#825F6C (or 0x825F6C) is known color: Mauve Taupe. HEX triplet: 82, 5F and 6C. RGB value is (130,95,108). Sum of RGB (Red+Green+Blue) = 130+95+108=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F6C is #7DA093. Grayscale: #6A6A6A. Windows color (decimal): -8233108 or 7102338. OLE color: 7102338.

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

Color convert

RGB 130 95 108 -
CMYK 0 0.27 0.17 0.49
HSL 337.71º 0.16% 0.44% -
HSV(B) 337.71º 0.27% 0.51% -
XYZ 16 14.01 16.05 -
YUV 106.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 130 95 108 0 0.27 0.17 0.49 337.71 0.16 0.44
Hex 82 5F 6C 0 1B 11 31 152 10 2C
Octal 202 137 154 0 33 21 61 522 20 54
Binary 10000010 1011111 1101100 0 11011 10001 110001 101010010 10000 101100

Color Harmonies of #825F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F6C

Black with #825F6C

Text Example


Text Example

White with #825F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #825F6C;
 }
 .AnyTagClassName
 {
   color: #825F6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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