#846370

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

Shades of Mauve Taupe #846370

Tints of Mauve Taupe #846370

Color information

#846370 (or 0x846370) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 70. RGB value is (132,99,112). Sum of RGB (Red+Green+Blue) = 132+99+112=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846370 is #7B9C8F. Grayscale: #6E6E6E. Windows color (decimal): -8101008 or 7365508. OLE color: 7365508.

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

Color convert

RGB13299112-
CMYK00.250.150.48
HSL336.36º14.29%45.29%-
HSV(B)336.36º25%51.76%-
XYZ16.91517.33-
YUV110.35128.93143.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=38.48%
G=28.86%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911200.250.150.48336.3614.2945.29
Hex846370019F30150e2d
Octal20414316003117605201655
Binary100001001100011111000001100111111100001010100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846370; }

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

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

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

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

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

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

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

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