Shades of Falcon #6B5054
Tints of Falcon #6B5054
RGB
CMYK
RGB Variations
Color information
#6B5054 (or 0x6B5054) is known color: Falcon. HEX triplet: 6B, 50 and 54. RGB value is (107,80,84). Sum of RGB (Red+Green+Blue) = 107+80+84=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5054 is #94AFAB. Grayscale: #585858. Windows color (decimal): -9744300 or 5525611. OLE color: 5525611.
HSL color Cylindrical-coordinate representation of color #6B5054: hue angle of 351.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5054 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 84 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.58 |
| HSL | 351.11º | 0.14% | 0.37% | - |
| HSV(B) | 351.11º | 0.25% | 0.42% | - |
| XYZ | 10.53 | 9.5 | 9.67 | - |
| YUV | 88.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 84 | 0 | 0.25 | 0.21 | 0.58 | 351.11 | 0.14 | 0.37 |
| Hex | 6B | 50 | 54 | 0 | 19 | 15 | 3A | 15F | E | 25 |
| Octal | 153 | 120 | 124 | 0 | 31 | 25 | 72 | 537 | 16 | 45 |
| Binary | 1101011 | 1010000 | 1010100 | 0 | 11001 | 10101 | 111010 | 101011111 | 1110 | 100101 |
Color Harmonies of #6B5054
Complementary color
Monochromatic Colors of #6B5054
Black with #6B5054
Text Example
Text Example
White with #6B5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5054; }
p { color: rgb(107,80,84); }
H1.HeaderClassName
{
color: #6B5054;
}
.AnyTagClassName
{
color: #6B5054;
}
</style>
background-color css
<style>
a { background-color: #6B5054; }
a { background-color: rgb(107,80,84); }
div.DivClassName
{
background-color: #6B5054;
}
.BgClassName
{
background-color: #6B5054;
}
</style>
border-color css
<style>
span { border-color: #6B5054; }
span { border-color: rgb(107,80,84); }
td.TdClassName
{
border-color: #6B5054;
}
.TagClassName
{
border-color: #6B5054;
}
</style>