#846066

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

Shades of Mauve Taupe #846066

Tints of Mauve Taupe #846066

Color information

#846066 (or 0x846066) is unknown color: approx Mauve Taupe. HEX triplet: 84, 60 and 66. RGB value is (132,96,102). Sum of RGB (Red+Green+Blue) = 132+96+102=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846066 is #7B9F99. Grayscale: #6B6B6B. Windows color (decimal): -8101786 or 6709380. OLE color: 6709380.

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

Color convert

RGB13296102-
CMYK00.270.230.48
HSL350º15.79%44.71%-
HSV(B)350º27.27%51.76%-
XYZ16.114.2314.47-
YUV107.45124.93145.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=40%
G=29.09%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329610200.270.230.4835015.7944.71
Hex84606601B173015e102d
Octal20414014603327605362055
Binary10000100110000011001100110111011111000010101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846066; }

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

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

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

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

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

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

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

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