#856365

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

Shades of Mauve Taupe #856365

Tints of Mauve Taupe #856365

Color information

#856365 (or 0x856365) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 65. RGB value is (133,99,101). Sum of RGB (Red+Green+Blue) = 133+99+101=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856365 is #7A9C9A. Grayscale: #6D6D6D. Windows color (decimal): -8035483 or 6644613. OLE color: 6644613.

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

Color convert

RGB13399101-
CMYK00.260.240.48
HSL356.47º14.66%45.49%-
HSV(B)356.47º25.56%52.16%-
XYZ16.4814.8514.31-
YUV109.39123.26144.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=39.94%
G=29.73%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339910100.260.240.48356.4714.6645.49
Hex85636501A1830164f2d
Octal20514314503230605441755
Binary1000010111000111100101011010110001100001011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856365; }

 p { color: rgb(133,99,101); }

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

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

 a { background-color: rgb(133,99,101); }

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

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

 span { border-color: rgb(133,99,101); }

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