#846167

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

Shades of Mauve Taupe #846167

Tints of Mauve Taupe #846167

Color information

#846167 (or 0x846167) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 67. RGB value is (132,97,103). Sum of RGB (Red+Green+Blue) = 132+97+103=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846167 is #7B9E98. Grayscale: #6C6C6C. Windows color (decimal): -8101529 or 6775172. OLE color: 6775172.

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

Color convert

RGB13297103-
CMYK00.270.220.48
HSL349.71º15.28%44.9%-
HSV(B)349.71º26.52%51.76%-
XYZ16.2414.4314.76-
YUV108.15125.1145.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=39.76%
G=29.22%
B=31.02%

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
Decimal1329710300.270.220.48349.7115.2844.9
Hex84616701B163015ef2d
Octal20414114703326605361755
Binary1000010011000011100111011011101101100001010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846167; }

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

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

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

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

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

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

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

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