#855e60

Color #855E60 Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #855E60

Tints of Falcon #855E60

Color information

#855E60 (or 0x855E60) is unknown color: approx Falcon. HEX triplet: 85, 5E and 60. RGB value is (133,94,96). Sum of RGB (Red+Green+Blue) = 133+94+96=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E60 is #7AA19F. Grayscale: #696969. Windows color (decimal): -8036768 or 6315653. OLE color: 6315653.

HSL color Cylindrical-coordinate representation of color #855E60: hue angle of 356.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E60 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1339496-
CMYK00.290.280.48
HSL356.92º17.18%44.51%-
HSV(B)356.92º29.32%52.16%-
XYZ15.7913.8412.9-
YUV105.89122.42147.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=41.18%
G=29.10%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133949600.290.280.48356.9217.1844.51
Hex855E6001D1C30165112d
Octal20513614003534605452155
Binary10000101101111011000000111011110011000010110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855e60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855e60; }

 p { color: rgb(133,94,96); }

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

<style>
 a { background-color: #855e60; }

 a { background-color: rgb(133,94,96); }

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

<style>
 span { border-color: #855e60; }

 span { border-color: rgb(133,94,96); }

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