#85636B

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

Shades of Mauve Taupe #85636B

Tints of Mauve Taupe #85636B

Color information

#85636B (or 0x85636B) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 6B. RGB value is (133,99,107). Sum of RGB (Red+Green+Blue) = 133+99+107=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636B is #7A9C94. Grayscale: #6E6E6E. Windows color (decimal): -8035477 or 7037829. OLE color: 7037829.

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

Color convert

RGB13399107-
CMYK00.260.200.48
HSL345.88º14.66%45.49%-
HSV(B)345.88º25.56%52.16%-
XYZ16.7914.9715.91-
YUV110.08126.26144.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=39.23%
G=29.20%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339910700.260.200.48345.8814.6645.49
Hex85636B01A143015af2d
Octal20514315303224605321755
Binary1000010111000111101011011010101001100001010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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