#84676F

Color #84676F Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #84676F

Tints of Mauve Taupe #84676F

Color information

#84676F (or 0x84676F) is unknown color: approx Mauve Taupe. HEX triplet: 84, 67 and 6F. RGB value is (132,103,111). Sum of RGB (Red+Green+Blue) = 132+103+111=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84676F is #7B9890. Grayscale: #707070. Windows color (decimal): -8099985 or 7300996. OLE color: 7300996.

HSL color Cylindrical-coordinate representation of color #84676F: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84676F is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB132103111-
CMYK00.220.160.48
HSL343.45º12.34%46.08%-
HSV(B)343.45º21.97%51.76%-
XYZ17.2415.7517.17-
YUV112.58127.11141.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=38.15%
G=29.77%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210311100.220.160.48343.4512.3446.08
Hex84676F0161030157c2e
Octal20414715702620605271456
Binary1000010011001111101111010110100001100001010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84676F;
 }
 .AnyTagClassName
 {
   color: #84676F;
 }
</style>
background-color css

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

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

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

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

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

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