Shades of Falcon #865F60
Tints of Falcon #865F60
RGB
CMYK
RGB Variations
Color information
#865F60 (or 0x865F60) is known color: Falcon. HEX triplet: 86, 5F and 60. RGB value is (134,95,96). Sum of RGB (Red+Green+Blue) = 134+95+96=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #865F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F60 is #79A09F. Grayscale: #6A6A6A. Windows color (decimal): -7970976 or 6315910. OLE color: 6315910.
HSL color Cylindrical-coordinate representation of color #865F60: hue angle of 358.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F60 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 96 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.47 |
| HSL | 358.46º | 0.17% | 0.45% | - |
| HSV(B) | 358.46º | 0.29% | 0.53% | - |
| XYZ | 16.04 | 14.1 | 12.94 | - |
| YUV | 106.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 96 | 0 | 0.29 | 0.28 | 0.47 | 358.46 | 0.17 | 0.45 |
| Hex | 86 | 5F | 60 | 0 | 1D | 1C | 2F | 166 | 11 | 2D |
| Octal | 206 | 137 | 140 | 0 | 35 | 34 | 57 | 546 | 21 | 55 |
| Binary | 10000110 | 1011111 | 1100000 | 0 | 11101 | 11100 | 101111 | 101100110 | 10001 | 101101 |
Color Harmonies of #865F60
Complementary color
Monochromatic Colors of #865F60
Black with #865F60
Text Example
Text Example
White with #865F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F60; }
p { color: rgb(134,95,96); }
H1.HeaderClassName
{
color: #865F60;
}
.AnyTagClassName
{
color: #865F60;
}
</style>
background-color css
<style>
a { background-color: #865F60; }
a { background-color: rgb(134,95,96); }
div.DivClassName
{
background-color: #865F60;
}
.BgClassName
{
background-color: #865F60;
}
</style>
border-color css
<style>
span { border-color: #865F60; }
span { border-color: rgb(134,95,96); }
td.TdClassName
{
border-color: #865F60;
}
.TagClassName
{
border-color: #865F60;
}
</style>