#846067

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

Shades of Mauve Taupe #846067

Tints of Mauve Taupe #846067

Color information

#846067 (or 0x846067) is unknown color: approx Mauve Taupe. HEX triplet: 84, 60 and 67. RGB value is (132,96,103). Sum of RGB (Red+Green+Blue) = 132+96+103=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846067 is #7B9F98. Grayscale: #6B6B6B. Windows color (decimal): -8101785 or 6774916. OLE color: 6774916.

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

Color convert

RGB13296103-
CMYK00.270.220.48
HSL348.33º15.79%44.71%-
HSV(B)348.33º27.27%51.76%-
XYZ16.1514.2514.73-
YUV107.56125.43145.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=39.88%
G=29.00%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329610300.270.220.48348.3315.7944.71
Hex84606701B163015c102d
Octal20414014703326605342055
Binary10000100110000011001110110111011011000010101110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846067; }

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

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

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

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

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

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

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

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