#846270

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

Shades of Mauve Taupe #846270

Tints of Mauve Taupe #846270

Color information

#846270 (or 0x846270) is unknown color: approx Mauve Taupe. HEX triplet: 84, 62 and 70. RGB value is (132,98,112). Sum of RGB (Red+Green+Blue) = 132+98+112=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #846270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846270 is #7B9D8F. Grayscale: #6D6D6D. Windows color (decimal): -8101264 or 7365252. OLE color: 7365252.

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

Color convert

RGB13298112-
CMYK00.260.150.48
HSL335.29º14.78%45.1%-
HSV(B)335.29º25.76%51.76%-
XYZ16.8114.8117.3-
YUV109.76129.26143.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=38.60%
G=28.65%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329811200.260.150.48335.2914.7845.1
Hex84627001AF3014ff2d
Octal20414216003217605171755
Binary100001001100010111000001101011111100001010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846270; }

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

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

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

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

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

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

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

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