#846063

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

Shades of Mauve Taupe #846063

Tints of Mauve Taupe #846063

Color information

#846063 (or 0x846063) is unknown color: approx Mauve Taupe. HEX triplet: 84, 60 and 63. RGB value is (132,96,99). Sum of RGB (Red+Green+Blue) = 132+96+99=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #846063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846063 is #7B9F9C. Grayscale: #6B6B6B. Windows color (decimal): -8101789 or 6512772. OLE color: 6512772.

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

Color convert

RGB1329699-
CMYK00.270.250.48
HSL355º15.79%44.71%-
HSV(B)355º27.27%51.76%-
XYZ15.9514.1713.7-
YUV107.11123.43145.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=40.37%
G=29.36%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132969900.270.250.4835515.7944.71
Hex84606301B1930163102d
Octal20414014303331605432055
Binary10000100110000011000110110111100111000010110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846063; }

 p { color: rgb(132,96,99); }

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

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

 a { background-color: rgb(132,96,99); }

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

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

 span { border-color: rgb(132,96,99); }

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