Html Css Color HEX #84616D Mauve Taupe

📋 copy color: '#84616D'

red 132 ◦ green 97 ◦ blue 109

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

Shades of Mauve Taupe #84616D

Tints of Mauve Taupe #84616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 39.05%
G = 28.7%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84616D (or 0x84616D) is known color: Mauve Taupe. HEX triplet: 84, 61 and 6D. RGB value is (132,97,109). Sum of RGB (Red+Green+Blue) = 132+97+109=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84616D is #7B9E92. Grayscale: #6C6C6C. Windows color (decimal): -8101523 or 7168388. OLE color: 7168388.

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

Color convert

RGB 132 97 109 -
CMYK 0 0.27 0.17 0.48
HSL 339.43º 0.15% 0.45% -
HSV(B) 339.43º 0.27% 0.52% -
XYZ 16.55 14.56 16.41 -
YUV 108.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 132 97 109 0 0.27 0.17 0.48 339.43 0.15 0.45
Hex 84 61 6D 0 1B 11 30 153 F 2D
Octal 204 141 155 0 33 21 60 523 17 55
Binary 10000100 1100001 1101101 0 11011 10001 110000 101010011 1111 101101

Color Harmonies of #84616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84616D

Black with #84616D

Text Example


Text Example

White with #84616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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