Html Css Color HEX #826671 Mauve Taupe

📋 copy color: '#826671'

red 130 ◦ green 102 ◦ blue 113

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

Shades of Mauve Taupe #826671

Tints of Mauve Taupe #826671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 37.68%
G = 29.57%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#826671 (or 0x826671) is known color: Mauve Taupe. HEX triplet: 82, 66 and 71. RGB value is (130,102,113). Sum of RGB (Red+Green+Blue) = 130+102+113=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826671 is #7D998E. Grayscale: #6F6F6F. Windows color (decimal): -8231311 or 7431810. OLE color: 7431810.

HSL color Cylindrical-coordinate representation of color #826671: hue angle of 336.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826671 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 113 -
CMYK 0 0.22 0.13 0.49
HSL 336.43º 0.12% 0.45% -
HSV(B) 336.43º 0.22% 0.51% -
XYZ 16.94 15.44 17.71 -
YUV 111.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 130 102 113 0 0.22 0.13 0.49 336.43 0.12 0.45
Hex 82 66 71 0 16 D 31 150 C 2D
Octal 202 146 161 0 26 15 61 520 14 55
Binary 10000010 1100110 1110001 0 10110 1101 110001 101010000 1100 101101

Color Harmonies of #826671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826671

Black with #826671

Text Example


Text Example

White with #826671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826671; }

 p { color: rgb(130,102,113); }

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

background-color css

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

 a { background-color: rgb(130,102,113); }

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

border-color css

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

 span { border-color: rgb(130,102,113); }

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