#846268

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

Shades of Mauve Taupe #846268

Tints of Mauve Taupe #846268

Color information

#846268 (or 0x846268) is unknown color: approx Mauve Taupe. HEX triplet: 84, 62 and 68. RGB value is (132,98,104). Sum of RGB (Red+Green+Blue) = 132+98+104=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846268 is #7B9D97. Grayscale: #6C6C6C. Windows color (decimal): -8101272 or 6840964. OLE color: 6840964.

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

Color convert

RGB13298104-
CMYK00.260.210.48
HSL349.41º14.78%45.1%-
HSV(B)349.41º25.76%51.76%-
XYZ16.3814.6415.06-
YUV108.85125.26144.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=39.52%
G=29.34%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329810400.260.210.48349.4114.7845.1
Hex84626801A153015df2d
Octal20414215003225605351755
Binary1000010011000101101000011010101011100001010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846268; }

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

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

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

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

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

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

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

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