Html Css Color HEX #825F6A Mauve Taupe

📋 copy color: '#825F6A'

red 130 ◦ green 95 ◦ blue 106

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

Shades of Mauve Taupe #825F6A

Tints of Mauve Taupe #825F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 39.27%
G = 28.7%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#825F6A (or 0x825F6A) is known color: Mauve Taupe. HEX triplet: 82, 5F and 6A. RGB value is (130,95,106). Sum of RGB (Red+Green+Blue) = 130+95+106=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F6A is #7DA095. Grayscale: #6A6A6A. Windows color (decimal): -8233110 or 6971266. OLE color: 6971266.

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

Color convert

RGB 130 95 106 -
CMYK 0 0.27 0.18 0.49
HSL 341.14º 0.16% 0.44% -
HSV(B) 341.14º 0.27% 0.51% -
XYZ 15.9 13.97 15.49 -
YUV 106.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 130 95 106 0 0.27 0.18 0.49 341.14 0.16 0.44
Hex 82 5F 6A 0 1B 12 31 155 10 2C
Octal 202 137 152 0 33 22 61 525 20 54
Binary 10000010 1011111 1101010 0 11011 10010 110001 101010101 10000 101100

Color Harmonies of #825F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F6A

Black with #825F6A

Text Example


Text Example

White with #825F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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