#846469

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

Shades of Mauve Taupe #846469

Tints of Mauve Taupe #846469

Color information

#846469 (or 0x846469) is unknown color: approx Mauve Taupe. HEX triplet: 84, 64 and 69. RGB value is (132,100,105). Sum of RGB (Red+Green+Blue) = 132+100+105=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #846469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846469 is #7B9B96. Grayscale: #6E6E6E. Windows color (decimal): -8100759 or 6907012. OLE color: 6907012.

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

Color convert

RGB132100105-
CMYK00.240.200.48
HSL350.62º13.79%45.49%-
HSV(B)350.62º24.24%51.76%-
XYZ16.6215.0415.39-
YUV110.14125.1143.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=39.17%
G=29.67%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210010500.240.200.48350.6213.7945.49
Hex846469018143015fe2d
Octal20414415103024605371655
Binary1000010011001001101001011000101001100001010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846469; }

 p { color: rgb(132,100,105); }

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

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

 a { background-color: rgb(132,100,105); }

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

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

 span { border-color: rgb(132,100,105); }

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