#846271

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

Shades of Mauve Taupe #846271

Tints of Mauve Taupe #846271

Color information

#846271 (or 0x846271) is unknown color: approx Mauve Taupe. HEX triplet: 84, 62 and 71. RGB value is (132,98,113). Sum of RGB (Red+Green+Blue) = 132+98+113=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846271 is #7B9D8E. Grayscale: #6D6D6D. Windows color (decimal): -8101263 or 7430788. OLE color: 7430788.

HSL color Cylindrical-coordinate representation of color #846271: hue angle of 333.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846271 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13298113-
CMYK00.260.140.48
HSL333.53º14.78%45.1%-
HSV(B)333.53º25.76%51.76%-
XYZ16.8614.8317.6-
YUV109.88129.76143.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=38.48%
G=28.57%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329811300.260.140.48333.5314.7845.1
Hex84627101AE3014ef2d
Octal20414216103216605161755
Binary100001001100010111000101101011101100001010011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846271; }

 p { color: rgb(132,98,113); }

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

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

 a { background-color: rgb(132,98,113); }

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

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

 span { border-color: rgb(132,98,113); }

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