#856168

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

Shades of Mauve Taupe #856168

Tints of Mauve Taupe #856168

Color information

#856168 (or 0x856168) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 68. RGB value is (133,97,104). Sum of RGB (Red+Green+Blue) = 133+97+104=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856168 is #7A9E97. Grayscale: #6C6C6C. Windows color (decimal): -8035992 or 6840709. OLE color: 6840709.

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

Color convert

RGB13397104-
CMYK00.270.220.48
HSL348.33º15.65%45.1%-
HSV(B)348.33º27.07%52.16%-
XYZ16.4514.5415.04-
YUV108.56125.43145.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=39.82%
G=29.04%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339710400.270.220.48348.3315.6545.1
Hex85616801B163015c102d
Octal20514115003326605342055
Binary10000101110000111010000110111011011000010101110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856168; }

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

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

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

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

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

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

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

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