Shades of Falcon #6B5456
Tints of Falcon #6B5456
RGB
CMYK
RGB Variations
Color information
#6B5456 (or 0x6B5456) is known color: Falcon. HEX triplet: 6B, 54 and 56. RGB value is (107,84,86). Sum of RGB (Red+Green+Blue) = 107+84+86=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5456 is #94ABA9. Grayscale: #5B5B5B. Windows color (decimal): -9743274 or 5657707. OLE color: 5657707.
HSL color Cylindrical-coordinate representation of color #6B5456: hue angle of 354.78º 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 #6B5456 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 86 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.58 |
| HSL | 354.78º | 0.12% | 0.37% | - |
| HSV(B) | 354.78º | 0.21% | 0.42% | - |
| XYZ | 10.91 | 10.14 | 10.19 | - |
| YUV | 91.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 86 | 0 | 0.21 | 0.20 | 0.58 | 354.78 | 0.12 | 0.37 |
| Hex | 6B | 54 | 56 | 0 | 15 | 14 | 3A | 163 | C | 25 |
| Octal | 153 | 124 | 126 | 0 | 25 | 24 | 72 | 543 | 14 | 45 |
| Binary | 1101011 | 1010100 | 1010110 | 0 | 10101 | 10100 | 111010 | 101100011 | 1100 | 100101 |
Color Harmonies of #6B5456
Complementary color
Monochromatic Colors of #6B5456
Black with #6B5456
Text Example
Text Example
White with #6B5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5456; }
p { color: rgb(107,84,86); }
H1.HeaderClassName
{
color: #6B5456;
}
.AnyTagClassName
{
color: #6B5456;
}
</style>
background-color css
<style>
a { background-color: #6B5456; }
a { background-color: rgb(107,84,86); }
div.DivClassName
{
background-color: #6B5456;
}
.BgClassName
{
background-color: #6B5456;
}
</style>
border-color css
<style>
span { border-color: #6B5456; }
span { border-color: rgb(107,84,86); }
td.TdClassName
{
border-color: #6B5456;
}
.TagClassName
{
border-color: #6B5456;
}
</style>