Html Css Color HEX #84646C Mauve Taupe

📋 copy color: '#84646C'

red 132 ◦ green 100 ◦ blue 108

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

Shades of Mauve Taupe #84646C

Tints of Mauve Taupe #84646C

RGB

 RED value IS 132 (51.95% from 255) = 38.82%

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

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

R = 38.82%
G = 29.41%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84646C (or 0x84646C) is known color: Mauve Taupe. HEX triplet: 84, 64 and 6C. RGB value is (132,100,108). Sum of RGB (Red+Green+Blue) = 132+100+108=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84646C is #7B9B93. Grayscale: #6E6E6E. Windows color (decimal): -8100756 or 7103620. OLE color: 7103620.

HSL color Cylindrical-coordinate representation of color #84646C: hue angle of 345º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84646C is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 108 -
CMYK 0 0.24 0.18 0.48
HSL 345º 0.14% 0.45% -
HSV(B) 345º 0.24% 0.52% -
XYZ 16.78 15.1 16.22 -
YUV 110.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 132 100 108 0 0.24 0.18 0.48 345 0.14 0.45
Hex 84 64 6C 0 18 12 30 159 E 2D
Octal 204 144 154 0 30 22 60 531 16 55
Binary 10000100 1100100 1101100 0 11000 10010 110000 101011001 1110 101101

Color Harmonies of #84646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84646C

Black with #84646C

Text Example


Text Example

White with #84646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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