#846369

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

Shades of Mauve Taupe #846369

Tints of Mauve Taupe #846369

Color information

#846369 (or 0x846369) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 69. RGB value is (132,99,105). Sum of RGB (Red+Green+Blue) = 132+99+105=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846369 is #7B9C96. Grayscale: #6D6D6D. Windows color (decimal): -8101015 or 6906756. OLE color: 6906756.

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

Color convert

RGB13299105-
CMYK00.250.200.48
HSL349.09º14.29%45.29%-
HSV(B)349.09º25%51.76%-
XYZ16.5314.8515.36-
YUV109.55125.43144.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=39.29%
G=29.46%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329910500.250.200.48349.0914.2945.29
Hex846369019143015de2d
Octal20414315103124605351655
Binary1000010011000111101001011001101001100001010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846369; }

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

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

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

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

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

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

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

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