#846367

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

Shades of Mauve Taupe #846367

Tints of Mauve Taupe #846367

Color information

#846367 (or 0x846367) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 67. RGB value is (132,99,103). Sum of RGB (Red+Green+Blue) = 132+99+103=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846367 is #7B9C98. Grayscale: #6D6D6D. Windows color (decimal): -8101017 or 6775684. OLE color: 6775684.

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

Color convert

RGB13299103-
CMYK00.250.220.48
HSL352.73º14.29%45.29%-
HSV(B)352.73º25%51.76%-
XYZ16.4314.8114.82-
YUV109.32124.43144.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=39.52%
G=29.64%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329910300.250.220.48352.7314.2945.29
Hex8463670191630161e2d
Octal20414314703126605411655
Binary1000010011000111100111011001101101100001011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846367; }

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

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

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

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

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

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

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

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