Shades of Falcon #865B5D
Tints of Falcon #865B5D
RGB
CMYK
RGB Variations
Color information
#865B5D (or 0x865B5D) is known color: Falcon. HEX triplet: 86, 5B and 5D. RGB value is (134,91,93). Sum of RGB (Red+Green+Blue) = 134+91+93=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B5D is #79A4A2. Grayscale: #686868. Windows color (decimal): -7972003 or 6118278. OLE color: 6118278.
HSL color Cylindrical-coordinate representation of color #865B5D: hue angle of 357.21º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B5D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 93 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.47 |
| HSL | 357.21º | 0.19% | 0.44% | - |
| HSV(B) | 357.21º | 0.32% | 0.53% | - |
| XYZ | 15.55 | 13.34 | 12.11 | - |
| YUV | 104.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 93 | 0 | 0.32 | 0.31 | 0.47 | 357.21 | 0.19 | 0.44 |
| Hex | 86 | 5B | 5D | 0 | 20 | 1F | 2F | 165 | 13 | 2C |
| Octal | 206 | 133 | 135 | 0 | 40 | 37 | 57 | 545 | 23 | 54 |
| Binary | 10000110 | 1011011 | 1011101 | 0 | 100000 | 11111 | 101111 | 101100101 | 10011 | 101100 |
Color Harmonies of #865B5D
Complementary color
Monochromatic Colors of #865B5D
Black with #865B5D
Text Example
Text Example
White with #865B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B5D; }
p { color: rgb(134,91,93); }
H1.HeaderClassName
{
color: #865B5D;
}
.AnyTagClassName
{
color: #865B5D;
}
</style>
background-color css
<style>
a { background-color: #865B5D; }
a { background-color: rgb(134,91,93); }
div.DivClassName
{
background-color: #865B5D;
}
.BgClassName
{
background-color: #865B5D;
}
</style>
border-color css
<style>
span { border-color: #865B5D; }
span { border-color: rgb(134,91,93); }
td.TdClassName
{
border-color: #865B5D;
}
.TagClassName
{
border-color: #865B5D;
}
</style>