#855F60

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

Shades of Falcon #855F60

Tints of Falcon #855F60

Color information

#855F60 (or 0x855F60) is unknown color: approx Falcon. HEX triplet: 85, 5F and 60. RGB value is (133,95,96). Sum of RGB (Red+Green+Blue) = 133+95+96=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #855F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F60 is #7AA09F. Grayscale: #6A6A6A. Windows color (decimal): -8036512 or 6315909. OLE color: 6315909.

HSL color Cylindrical-coordinate representation of color #855F60: hue angle of 358.42º 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 #855F60 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1339596-
CMYK00.290.280.48
HSL358.42º16.67%44.71%-
HSV(B)358.42º28.57%52.16%-
XYZ15.8814.0212.93-
YUV106.48122.09146.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=41.05%
G=29.32%
B=29.63%

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
Decimal133959600.290.280.48358.4216.6744.71
Hex855F6001D1C30166112d
Octal20513714003534605462155
Binary10000101101111111000000111011110011000010110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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