#85636D

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

Shades of Mauve Taupe #85636D

Tints of Mauve Taupe #85636D

Color information

#85636D (or 0x85636D) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 6D. RGB value is (133,99,109). Sum of RGB (Red+Green+Blue) = 133+99+109=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636D is #7A9C92. Grayscale: #6E6E6E. Windows color (decimal): -8035475 or 7168901. OLE color: 7168901.

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

Color convert

RGB13399109-
CMYK00.260.180.48
HSL342.35º14.66%45.49%-
HSV(B)342.35º25.56%52.16%-
XYZ16.915.0116.48-
YUV110.31127.26144.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=39.00%
G=29.03%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339910900.260.180.48342.3514.6645.49
Hex85636D01A1230156f2d
Octal20514315503222605261755
Binary1000010111000111101101011010100101100001010101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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