Html Css Color HEX #825C6B Mauve Taupe

📋 copy color: '#825C6B'

red 130 ◦ green 92 ◦ blue 107

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

Shades of Mauve Taupe #825C6B

Tints of Mauve Taupe #825C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 39.51%
G = 27.96%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#825C6B (or 0x825C6B) is known color: Mauve Taupe. HEX triplet: 82, 5C and 6B. RGB value is (130,92,107). Sum of RGB (Red+Green+Blue) = 130+92+107=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C6B is #7DA394. Grayscale: #696969. Windows color (decimal): -8233877 or 7036034. OLE color: 7036034.

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

Color convert

RGB 130 92 107 -
CMYK 0 0.29 0.18 0.49
HSL 336.32º 0.17% 0.44% -
HSV(B) 336.32º 0.29% 0.51% -
XYZ 15.69 13.46 15.68 -
YUV 105.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 130 92 107 0 0.29 0.18 0.49 336.32 0.17 0.44
Hex 82 5C 6B 0 1D 12 31 150 11 2C
Octal 202 134 153 0 35 22 61 520 21 54
Binary 10000010 1011100 1101011 0 11101 10010 110001 101010000 10001 101100

Color Harmonies of #825C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C6B

Black with #825C6B

Text Example


Text Example

White with #825C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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