#85616B

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

Shades of Mauve Taupe #85616B

Tints of Mauve Taupe #85616B

Color information

#85616B (or 0x85616B) is unknown color: approx Mauve Taupe. HEX triplet: 85, 61 and 6B. RGB value is (133,97,107). Sum of RGB (Red+Green+Blue) = 133+97+107=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85616B is #7A9E94. Grayscale: #6C6C6C. Windows color (decimal): -8035989 or 7037317. OLE color: 7037317.

HSL color Cylindrical-coordinate representation of color #85616B: hue angle of 343.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85616B is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13397107-
CMYK00.270.200.48
HSL343.33º15.65%45.1%-
HSV(B)343.33º27.07%52.16%-
XYZ16.614.615.85-
YUV108.9126.93145.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=39.47%
G=28.78%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339710700.270.200.48343.3315.6545.1
Hex85616B01B1430157102d
Octal20514115303324605272055
Binary10000101110000111010110110111010011000010101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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