#85626A

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

Shades of Mauve Taupe #85626A

Tints of Mauve Taupe #85626A

Color information

#85626A (or 0x85626A) is unknown color: approx Mauve Taupe. HEX triplet: 85, 62 and 6A. RGB value is (133,98,106). Sum of RGB (Red+Green+Blue) = 133+98+106=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85626A is #7A9D95. Grayscale: #6D6D6D. Windows color (decimal): -8035734 or 6972037. OLE color: 6972037.

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

Color convert

RGB13398106-
CMYK00.260.200.48
HSL346.29º15.15%45.29%-
HSV(B)346.29º26.32%52.16%-
XYZ16.6414.7615.61-
YUV109.38126.1144.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=39.47%
G=29.08%
B=31.45%

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
Decimal1339810600.260.200.48346.2915.1545.29
Hex85626A01A143015af2d
Octal20514215203224605321755
Binary1000010111000101101010011010101001100001010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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