#85626f

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

Shades of Mauve Taupe #85626F

Tints of Mauve Taupe #85626F

Color information

#85626F (or 0x85626F) is unknown color: approx Mauve Taupe. HEX triplet: 85, 62 and 6F. RGB value is (133,98,111). Sum of RGB (Red+Green+Blue) = 133+98+111=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85626F is #7A9D90. Grayscale: #6D6D6D. Windows color (decimal): -8035729 or 7299717. OLE color: 7299717.

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

Color convert

RGB13398111-
CMYK00.260.170.48
HSL337.71º15.15%45.29%-
HSV(B)337.71º26.32%52.16%-
XYZ16.9114.8717.02-
YUV109.95128.6144.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=38.89%
G=28.65%
B=32.46%

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
Decimal1339811100.260.170.48337.7115.1545.29
Hex85626F01A1130152f2d
Octal20514215703221605221755
Binary1000010111000101101111011010100011100001010100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85626f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85626f; }

 p { color: rgb(133,98,111); }

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

<style>
 a { background-color: #85626f; }

 a { background-color: rgb(133,98,111); }

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

<style>
 span { border-color: #85626f; }

 span { border-color: rgb(133,98,111); }

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