Html Css Color HEX #825D69 Mauve Taupe

📋 copy color: '#825D69'

red 130 ◦ green 93 ◦ blue 105

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

Shades of Mauve Taupe #825D69

Tints of Mauve Taupe #825D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 39.63%
G = 28.35%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#825D69 (or 0x825D69) is known color: Mauve Taupe. HEX triplet: 82, 5D and 69. RGB value is (130,93,105). Sum of RGB (Red+Green+Blue) = 130+93+105=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #825D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D69 is #7DA296. Grayscale: #696969. Windows color (decimal): -8233623 or 6905218. OLE color: 6905218.

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

Color convert

RGB 130 93 105 -
CMYK 0 0.28 0.19 0.49
HSL 340.54º 0.17% 0.44% -
HSV(B) 340.54º 0.28% 0.51% -
XYZ 15.67 13.59 15.16 -
YUV 105.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 130 93 105 0 0.28 0.19 0.49 340.54 0.17 0.44
Hex 82 5D 69 0 1C 13 31 155 11 2C
Octal 202 135 151 0 34 23 61 525 21 54
Binary 10000010 1011101 1101001 0 11100 10011 110001 101010101 10001 101100

Color Harmonies of #825D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D69

Black with #825D69

Text Example


Text Example

White with #825D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,93,105); }

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

background-color css

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

 a { background-color: rgb(130,93,105); }

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

border-color css

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

 span { border-color: rgb(130,93,105); }

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