#846169

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

Shades of Mauve Taupe #846169

Tints of Mauve Taupe #846169

Color information

#846169 (or 0x846169) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 69. RGB value is (132,97,105). Sum of RGB (Red+Green+Blue) = 132+97+105=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846169 is #7B9E96. Grayscale: #6C6C6C. Windows color (decimal): -8101527 or 6906244. OLE color: 6906244.

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

Color convert

RGB13297105-
CMYK00.270.200.48
HSL346.29º15.28%44.9%-
HSV(B)346.29º26.52%51.76%-
XYZ16.3414.4715.3-
YUV108.38126.1144.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=39.52%
G=29.04%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329710500.270.200.48346.2915.2844.9
Hex84616901B143015af2d
Octal20414115103324605321755
Binary1000010011000011101001011011101001100001010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846169; }

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

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

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

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

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

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

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

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