Html Css Color HEX #84656F Mauve Taupe

📋 copy color: '#84656F'

red 132 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #84656F

Tints of Mauve Taupe #84656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 38.37%
G = 29.36%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84656F (or 0x84656F) is known color: Mauve Taupe. HEX triplet: 84, 65 and 6F. RGB value is (132,101,111). Sum of RGB (Red+Green+Blue) = 132+101+111=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84656F is #7B9A90. Grayscale: #6F6F6F. Windows color (decimal): -8100497 or 7300484. OLE color: 7300484.

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

Color convert

RGB 132 101 111 -
CMYK 0 0.23 0.16 0.48
HSL 340.65º 0.13% 0.46% -
HSV(B) 340.65º 0.23% 0.52% -
XYZ 17.04 15.36 17.11 -
YUV 111.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 132 101 111 0 0.23 0.16 0.48 340.65 0.13 0.46
Hex 84 65 6F 0 17 10 30 155 D 2E
Octal 204 145 157 0 27 20 60 525 15 56
Binary 10000100 1100101 1101111 0 10111 10000 110000 101010101 1101 101110

Color Harmonies of #84656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84656F

Black with #84656F

Text Example


Text Example

White with #84656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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