#85636C

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

Shades of Mauve Taupe #85636C

Tints of Mauve Taupe #85636C

Color information

#85636C (or 0x85636C) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 6C. RGB value is (133,99,108). Sum of RGB (Red+Green+Blue) = 133+99+108=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636C is #7A9C93. Grayscale: #6E6E6E. Windows color (decimal): -8035476 or 7103365. OLE color: 7103365.

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

Color convert

RGB13399108-
CMYK00.260.190.48
HSL344.12º14.66%45.49%-
HSV(B)344.12º25.56%52.16%-
XYZ16.8414.9916.19-
YUV110.19126.76144.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=39.12%
G=29.12%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339910800.260.190.48344.1214.6645.49
Hex85636C01A1330158f2d
Octal20514315403223605301755
Binary1000010111000111101100011010100111100001010110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85636C; }

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

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

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

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

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

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

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

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