Html Css Color HEX #825F64 Mauve Taupe

📋 copy color: '#825F64'

red 130 ◦ green 95 ◦ blue 100

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

Shades of Mauve Taupe #825F64

Tints of Mauve Taupe #825F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.77%

R = 40%
G = 29.23%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#825F64 (or 0x825F64) is known color: Mauve Taupe. HEX triplet: 82, 5F and 64. RGB value is (130,95,100). Sum of RGB (Red+Green+Blue) = 130+95+100=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #825F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F64 is #7DA09B. Grayscale: #6A6A6A. Windows color (decimal): -8233116 or 6578050. OLE color: 6578050.

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

Color convert

RGB 130 95 100 -
CMYK 0 0.27 0.23 0.49
HSL 351.43º 0.16% 0.44% -
HSV(B) 351.43º 0.27% 0.51% -
XYZ 15.6 13.85 13.91 -
YUV 106.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 130 95 100 0 0.27 0.23 0.49 351.43 0.16 0.44
Hex 82 5F 64 0 1B 17 31 15F 10 2C
Octal 202 137 144 0 33 27 61 537 20 54
Binary 10000010 1011111 1100100 0 11011 10111 110001 101011111 10000 101100

Color Harmonies of #825F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F64

Black with #825F64

Text Example


Text Example

White with #825F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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