#846570

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

Shades of Mauve Taupe #846570

Tints of Mauve Taupe #846570

Color information

#846570 (or 0x846570) is unknown color: approx Mauve Taupe. HEX triplet: 84, 65 and 70. RGB value is (132,101,112). Sum of RGB (Red+Green+Blue) = 132+101+112=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846570 is #7B9A8F. Grayscale: #6F6F6F. Windows color (decimal): -8100496 or 7366020. OLE color: 7366020.

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

Color convert

RGB132101112-
CMYK00.230.150.48
HSL338.71º13.3%45.69%-
HSV(B)338.71º23.48%51.76%-
XYZ17.0915.3817.4-
YUV111.52128.27142.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=38.26%
G=29.28%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210111200.230.150.48338.7113.345.69
Hex846570017F30153d2e
Octal20414516002717605231556
Binary100001001100101111000001011111111100001010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846570; }

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

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

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

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

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

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

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

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