#846065

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

Shades of Mauve Taupe #846065

Tints of Mauve Taupe #846065

Color information

#846065 (or 0x846065) is unknown color: approx Mauve Taupe. HEX triplet: 84, 60 and 65. RGB value is (132,96,101). Sum of RGB (Red+Green+Blue) = 132+96+101=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846065 is #7B9F9A. Grayscale: #6B6B6B. Windows color (decimal): -8101787 or 6643844. OLE color: 6643844.

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

Color convert

RGB13296101-
CMYK00.270.230.48
HSL351.67º15.79%44.71%-
HSV(B)351.67º27.27%51.76%-
XYZ16.0514.2114.21-
YUV107.33124.43145.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=40.12%
G=29.18%
B=30.70%

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
Decimal1329610100.270.230.48351.6715.7944.71
Hex84606501B1730160102d
Octal20414014503327605402055
Binary10000100110000011001010110111011111000010110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846065; }

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

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

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

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

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

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

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

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