Html Css Color HEX #84666D Mauve Taupe

📋 copy color: '#84666D'

red 132 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #84666D

Tints of Mauve Taupe #84666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 38.48%
G = 29.74%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84666D (or 0x84666D) is known color: Mauve Taupe. HEX triplet: 84, 66 and 6D. RGB value is (132,102,109). Sum of RGB (Red+Green+Blue) = 132+102+109=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84666D is #7B9992. Grayscale: #6F6F6F. Windows color (decimal): -8100243 or 7169668. OLE color: 7169668.

HSL color Cylindrical-coordinate representation of color #84666D: hue angle of 346º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84666D is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 102 109 -
CMYK 0 0.23 0.17 0.48
HSL 346º 0.13% 0.46% -
HSV(B) 346º 0.23% 0.52% -
XYZ 17.03 15.51 16.56 -
YUV 111.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 132 102 109 0 0.23 0.17 0.48 346 0.13 0.46
Hex 84 66 6D 0 17 11 30 15A D 2E
Octal 204 146 155 0 27 21 60 532 15 56
Binary 10000100 1100110 1101101 0 10111 10001 110000 101011010 1101 101110

Color Harmonies of #84666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84666D

Black with #84666D

Text Example


Text Example

White with #84666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84666D; }

 p { color: rgb(132,102,109); }

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

background-color css

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

 a { background-color: rgb(132,102,109); }

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

border-color css

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

 span { border-color: rgb(132,102,109); }

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