Shades of Falcon #6B5156
Tints of Falcon #6B5156
RGB
CMYK
RGB Variations
Color information
#6B5156 (or 0x6B5156) is known color: Falcon. HEX triplet: 6B, 51 and 56. RGB value is (107,81,86). Sum of RGB (Red+Green+Blue) = 107+81+86=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5156 is #94AEA9. Grayscale: #595959. Windows color (decimal): -9744042 or 5656939. OLE color: 5656939.
HSL color Cylindrical-coordinate representation of color #6B5156: hue angle of 348.46º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5156 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 86 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.58 |
| HSL | 348.46º | 0.14% | 0.37% | - |
| HSV(B) | 348.46º | 0.24% | 0.42% | - |
| XYZ | 10.69 | 9.68 | 10.11 | - |
| YUV | 89.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 86 | 0 | 0.24 | 0.20 | 0.58 | 348.46 | 0.14 | 0.37 |
| Hex | 6B | 51 | 56 | 0 | 18 | 14 | 3A | 15C | E | 25 |
| Octal | 153 | 121 | 126 | 0 | 30 | 24 | 72 | 534 | 16 | 45 |
| Binary | 1101011 | 1010001 | 1010110 | 0 | 11000 | 10100 | 111010 | 101011100 | 1110 | 100101 |
Color Harmonies of #6B5156
Complementary color
Monochromatic Colors of #6B5156
Black with #6B5156
Text Example
Text Example
White with #6B5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5156; }
p { color: rgb(107,81,86); }
H1.HeaderClassName
{
color: #6B5156;
}
.AnyTagClassName
{
color: #6B5156;
}
</style>
background-color css
<style>
a { background-color: #6B5156; }
a { background-color: rgb(107,81,86); }
div.DivClassName
{
background-color: #6B5156;
}
.BgClassName
{
background-color: #6B5156;
}
</style>
border-color css
<style>
span { border-color: #6B5156; }
span { border-color: rgb(107,81,86); }
td.TdClassName
{
border-color: #6B5156;
}
.TagClassName
{
border-color: #6B5156;
}
</style>