#85686F

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

Shades of Empress #85686F

Tints of Empress #85686F

Color information

#85686F (or 0x85686F) is unknown color: approx Empress. HEX triplet: 85, 68 and 6F. RGB value is (133,104,111). Sum of RGB (Red+Green+Blue) = 133+104+111=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #85686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85686F is #7A9790. Grayscale: #717171. Windows color (decimal): -8034193 or 7301253. OLE color: 7301253.

HSL color Cylindrical-coordinate representation of color #85686F: hue angle of 345.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85686F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB133104111-
CMYK00.220.170.48
HSL345.52º12.24%46.47%-
HSV(B)345.52º21.8%52.16%-
XYZ17.4916.0317.21-
YUV113.47126.61141.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=38.22%
G=29.89%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310411100.220.170.48345.5212.2446.47
Hex85686F016113015ac2e
Octal20515015702621605321456
Binary1000010111010001101111010110100011100001010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85686F; }

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

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

<style>
 a { background-color: #85686F; }

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

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

<style>
 span { border-color: #85686F; }

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

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