#846164

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

Shades of Mauve Taupe #846164

Tints of Mauve Taupe #846164

Color information

#846164 (or 0x846164) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 64. RGB value is (132,97,100). Sum of RGB (Red+Green+Blue) = 132+97+100=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846164 is #7B9E9B. Grayscale: #6B6B6B. Windows color (decimal): -8101532 or 6578564. OLE color: 6578564.

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

Color convert

RGB13297100-
CMYK00.270.240.48
HSL354.86º15.28%44.9%-
HSV(B)354.86º26.52%51.76%-
XYZ16.0914.3813.98-
YUV107.81123.6145.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=40.12%
G=29.48%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329710000.270.240.48354.8615.2844.9
Hex84616401B1830163f2d
Octal20414114403330605431755
Binary1000010011000011100100011011110001100001011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846164; }

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

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

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

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

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

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

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

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