Html Css Color HEX #825C69 Mauve Taupe

📋 copy color: '#825C69'

red 130 ◦ green 92 ◦ blue 105

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

Shades of Mauve Taupe #825C69

Tints of Mauve Taupe #825C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 39.76%
G = 28.13%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#825C69 (or 0x825C69) is known color: Mauve Taupe. HEX triplet: 82, 5C and 69. RGB value is (130,92,105). Sum of RGB (Red+Green+Blue) = 130+92+105=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C69 is #7DA396. Grayscale: #686868. Windows color (decimal): -8233879 or 6904962. OLE color: 6904962.

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

Color convert

RGB 130 92 105 -
CMYK 0 0.29 0.19 0.49
HSL 339.47º 0.17% 0.44% -
HSV(B) 339.47º 0.29% 0.51% -
XYZ 15.58 13.42 15.13 -
YUV 104.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 130 92 105 0 0.29 0.19 0.49 339.47 0.17 0.44
Hex 82 5C 69 0 1D 13 31 153 11 2C
Octal 202 134 151 0 35 23 61 523 21 54
Binary 10000010 1011100 1101001 0 11101 10011 110001 101010011 10001 101100

Color Harmonies of #825C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C69

Black with #825C69

Text Example


Text Example

White with #825C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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