#846172

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

Shades of Mauve Taupe #846172

Tints of Mauve Taupe #846172

Color information

#846172 (or 0x846172) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 72. RGB value is (132,97,114). Sum of RGB (Red+Green+Blue) = 132+97+114=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846172 is #7B9E8D. Grayscale: #6D6D6D. Windows color (decimal): -8101518 or 7496068. OLE color: 7496068.

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

Color convert

RGB13297114-
CMYK00.270.140.48
HSL330.86º15.28%44.9%-
HSV(B)330.86º26.52%51.76%-
XYZ16.8314.6717.86-
YUV109.4130.6144.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=38.48%
G=28.28%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329711400.270.140.48330.8615.2844.9
Hex84617201BE3014bf2d
Octal20414116203316605131755
Binary100001001100001111001001101111101100001010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846172; }

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

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

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

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

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

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

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

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