Html Css Color HEX #84606E Mauve Taupe

📋 copy color: '#84606E'

red 132 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #84606E

Tints of Mauve Taupe #84606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 39.05%
G = 28.4%
B = 32.54%

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

#84606E (or 0x84606E) is known color: Mauve Taupe. HEX triplet: 84, 60 and 6E. RGB value is (132,96,110). Sum of RGB (Red+Green+Blue) = 132+96+110=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84606E is #7B9F91. Grayscale: #6C6C6C. Windows color (decimal): -8101778 or 7233668. OLE color: 7233668.

HSL color Cylindrical-coordinate representation of color #84606E: hue angle of 336.67º degrees, saturation: 0.16, 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 #84606E is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 110 -
CMYK 0 0.27 0.17 0.48
HSL 336.67º 0.16% 0.45% -
HSV(B) 336.67º 0.27% 0.52% -
XYZ 16.51 14.4 16.66 -
YUV 108.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 132 96 110 0 0.27 0.17 0.48 336.67 0.16 0.45
Hex 84 60 6E 0 1B 11 30 151 10 2D
Octal 204 140 156 0 33 21 60 521 20 55
Binary 10000100 1100000 1101110 0 11011 10001 110000 101010001 10000 101101

Color Harmonies of #84606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84606E

Black with #84606E

Text Example


Text Example

White with #84606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84606E; }

 p { color: rgb(132,96,110); }

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

background-color css

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

 a { background-color: rgb(132,96,110); }

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

border-color css

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

 span { border-color: rgb(132,96,110); }

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