Html Css Color HEX #84606F Mauve Taupe

📋 copy color: '#84606F'

red 132 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #84606F

Tints of Mauve Taupe #84606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 38.94%
G = 28.32%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84606F (or 0x84606F) is known color: Mauve Taupe. HEX triplet: 84, 60 and 6F. RGB value is (132,96,111). Sum of RGB (Red+Green+Blue) = 132+96+111=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84606F is #7B9F90. Grayscale: #6C6C6C. Windows color (decimal): -8101777 or 7299204. OLE color: 7299204.

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

Color convert

RGB 132 96 111 -
CMYK 0 0.27 0.16 0.48
HSL 335º 0.16% 0.45% -
HSV(B) 335º 0.27% 0.52% -
XYZ 16.57 14.42 16.95 -
YUV 108.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 132 96 111 0 0.27 0.16 0.48 335 0.16 0.45
Hex 84 60 6F 0 1B 10 30 14F 10 2D
Octal 204 140 157 0 33 20 60 517 20 55
Binary 10000100 1100000 1101111 0 11011 10000 110000 101001111 10000 101101

Color Harmonies of #84606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84606F

Black with #84606F

Text Example


Text Example

White with #84606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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