Html Css Color HEX #82646C Mauve Taupe

📋 copy color: '#82646C'

red 130 ◦ green 100 ◦ blue 108

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

Shades of Mauve Taupe #82646C

Tints of Mauve Taupe #82646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 38.46%
G = 29.59%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82646C (or 0x82646C) is known color: Mauve Taupe. HEX triplet: 82, 64 and 6C. RGB value is (130,100,108). Sum of RGB (Red+Green+Blue) = 130+100+108=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82646C is #7D9B93. Grayscale: #6D6D6D. Windows color (decimal): -8231828 or 7103618. OLE color: 7103618.

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

Color convert

RGB 130 100 108 -
CMYK 0 0.23 0.17 0.49
HSL 344º 0.13% 0.45% -
HSV(B) 344º 0.23% 0.51% -
XYZ 16.47 14.94 16.2 -
YUV 109.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 130 100 108 0 0.23 0.17 0.49 344 0.13 0.45
Hex 82 64 6C 0 17 11 31 158 D 2D
Octal 202 144 154 0 27 21 61 530 15 55
Binary 10000010 1100100 1101100 0 10111 10001 110001 101011000 1101 101101

Color Harmonies of #82646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82646C

Black with #82646C

Text Example


Text Example

White with #82646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82646C; }

 p { color: rgb(130,100,108); }

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

background-color css

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

 a { background-color: rgb(130,100,108); }

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

border-color css

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

 span { border-color: rgb(130,100,108); }

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