#85636E

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

Shades of Mauve Taupe #85636E

Tints of Mauve Taupe #85636E

Color information

#85636E (or 0x85636E) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 6E. RGB value is (133,99,110). Sum of RGB (Red+Green+Blue) = 133+99+110=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636E is #7A9C91. Grayscale: #6E6E6E. Windows color (decimal): -8035474 or 7234437. OLE color: 7234437.

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

Color convert

RGB13399110-
CMYK00.260.170.48
HSL340.59º14.66%45.49%-
HSV(B)340.59º25.56%52.16%-
XYZ16.9515.0416.76-
YUV110.42127.76144.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=38.89%
G=28.95%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339911000.260.170.48340.5914.6645.49
Hex85636E01A1130155f2d
Octal20514315603221605251755
Binary1000010111000111101110011010100011100001010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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