Shades of Falcon #6B5459
Tints of Falcon #6B5459
RGB
CMYK
RGB Variations
Color information
#6B5459 (or 0x6B5459) is known color: Falcon. HEX triplet: 6B, 54 and 59. RGB value is (107,84,89). Sum of RGB (Red+Green+Blue) = 107+84+89=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5459 is #94ABA6. Grayscale: #5B5B5B. Windows color (decimal): -9743271 or 5854315. OLE color: 5854315.
HSL color Cylindrical-coordinate representation of color #6B5459: hue angle of 346.96º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5459 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 89 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.58 |
| HSL | 346.96º | 0.12% | 0.37% | - |
| HSV(B) | 346.96º | 0.21% | 0.42% | - |
| XYZ | 11.04 | 10.19 | 10.84 | - |
| YUV | 91.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 89 | 0 | 0.21 | 0.17 | 0.58 | 346.96 | 0.12 | 0.37 |
| Hex | 6B | 54 | 59 | 0 | 15 | 11 | 3A | 15B | C | 25 |
| Octal | 153 | 124 | 131 | 0 | 25 | 21 | 72 | 533 | 14 | 45 |
| Binary | 1101011 | 1010100 | 1011001 | 0 | 10101 | 10001 | 111010 | 101011011 | 1100 | 100101 |
Color Harmonies of #6B5459
Complementary color
Monochromatic Colors of #6B5459
Black with #6B5459
Text Example
Text Example
White with #6B5459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5459; }
p { color: rgb(107,84,89); }
H1.HeaderClassName
{
color: #6B5459;
}
.AnyTagClassName
{
color: #6B5459;
}
</style>
background-color css
<style>
a { background-color: #6B5459; }
a { background-color: rgb(107,84,89); }
div.DivClassName
{
background-color: #6B5459;
}
.BgClassName
{
background-color: #6B5459;
}
</style>
border-color css
<style>
span { border-color: #6B5459; }
span { border-color: rgb(107,84,89); }
td.TdClassName
{
border-color: #6B5459;
}
.TagClassName
{
border-color: #6B5459;
}
</style>