#856167

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

Shades of Mauve Taupe #856167

Tints of Mauve Taupe #856167

Color information

#856167 (or 0x856167) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 67. RGB value is (133,97,103). Sum of RGB (Red+Green+Blue) = 133+97+103=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856167 is #7A9E98. Grayscale: #6C6C6C. Windows color (decimal): -8035993 or 6775173. OLE color: 6775173.

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

Color convert

RGB13397103-
CMYK00.270.230.48
HSL350º15.65%45.1%-
HSV(B)350º27.07%52.16%-
XYZ16.414.5214.77-
YUV108.45124.93145.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=39.94%
G=29.13%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339710300.270.230.4835015.6545.1
Hex85616701B173015e102d
Octal20514114703327605362055
Binary10000101110000111001110110111011111000010101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856167; }

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

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

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

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

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

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

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

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