Html Css Color HEX #825F65 Mauve Taupe

📋 copy color: '#825F65'

red 130 ◦ green 95 ◦ blue 101

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

Shades of Mauve Taupe #825F65

Tints of Mauve Taupe #825F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 39.88%
G = 29.14%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#825F65 (or 0x825F65) is known color: Mauve Taupe. HEX triplet: 82, 5F and 65. RGB value is (130,95,101). Sum of RGB (Red+Green+Blue) = 130+95+101=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F65 is #7DA09A. Grayscale: #6A6A6A. Windows color (decimal): -8233115 or 6643586. OLE color: 6643586.

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

Color convert

RGB 130 95 101 -
CMYK 0 0.27 0.22 0.49
HSL 349.71º 0.16% 0.44% -
HSV(B) 349.71º 0.27% 0.51% -
XYZ 15.65 13.87 14.16 -
YUV 106.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 130 95 101 0 0.27 0.22 0.49 349.71 0.16 0.44
Hex 82 5F 65 0 1B 16 31 15E 10 2C
Octal 202 137 145 0 33 26 61 536 20 54
Binary 10000010 1011111 1100101 0 11011 10110 110001 101011110 10000 101100

Color Harmonies of #825F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F65

Black with #825F65

Text Example


Text Example

White with #825F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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