#856268

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

Shades of Mauve Taupe #856268

Tints of Mauve Taupe #856268

Color information

#856268 (or 0x856268) is unknown color: approx Mauve Taupe. HEX triplet: 85, 62 and 68. RGB value is (133,98,104). Sum of RGB (Red+Green+Blue) = 133+98+104=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856268 is #7A9D97. Grayscale: #6D6D6D. Windows color (decimal): -8035736 or 6840965. OLE color: 6840965.

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

Color convert

RGB13398104-
CMYK00.260.220.48
HSL349.71º15.15%45.29%-
HSV(B)349.71º26.32%52.16%-
XYZ16.5414.7215.07-
YUV109.15125.1145.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=39.70%
G=29.25%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339810400.260.220.48349.7115.1545.29
Hex85626801A163015ef2d
Octal20514215003226605361755
Binary1000010111000101101000011010101101100001010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856268; }

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

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

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

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

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

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

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

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