#846267

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

Shades of Mauve Taupe #846267

Tints of Mauve Taupe #846267

Color information

#846267 (or 0x846267) is unknown color: approx Mauve Taupe. HEX triplet: 84, 62 and 67. RGB value is (132,98,103). Sum of RGB (Red+Green+Blue) = 132+98+103=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846267 is #7B9D98. Grayscale: #6C6C6C. Windows color (decimal): -8101273 or 6775428. OLE color: 6775428.

HSL color Cylindrical-coordinate representation of color #846267: hue angle of 351.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846267 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13298103-
CMYK00.260.220.48
HSL351.18º14.78%45.1%-
HSV(B)351.18º25.76%51.76%-
XYZ16.3314.6214.79-
YUV108.74124.76144.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=39.64%
G=29.43%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329810300.260.220.48351.1814.7845.1
Hex84626701A163015ff2d
Octal20414214703226605371755
Binary1000010011000101100111011010101101100001010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846267; }

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

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

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

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

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

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

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

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