Shades of Falcon #6B565B
Tints of Falcon #6B565B
RGB
CMYK
RGB Variations
Color information
#6B565B (or 0x6B565B) is known color: Falcon. HEX triplet: 6B, 56 and 5B. RGB value is (107,86,91). Sum of RGB (Red+Green+Blue) = 107+86+91=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B565B is #94A9A4. Grayscale: #5C5C5C. Windows color (decimal): -9742757 or 5985899. OLE color: 5985899.
HSL color Cylindrical-coordinate representation of color #6B565B: hue angle of 345.71º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B565B is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 91 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.58 |
| HSL | 345.71º | 0.11% | 0.38% | - |
| HSV(B) | 345.71º | 0.2% | 0.42% | - |
| XYZ | 11.28 | 10.54 | 11.34 | - |
| YUV | 92.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 91 | 0 | 0.20 | 0.15 | 0.58 | 345.71 | 0.11 | 0.38 |
| Hex | 6B | 56 | 5B | 0 | 14 | F | 3A | 15A | B | 26 |
| Octal | 153 | 126 | 133 | 0 | 24 | 17 | 72 | 532 | 13 | 46 |
| Binary | 1101011 | 1010110 | 1011011 | 0 | 10100 | 1111 | 111010 | 101011010 | 1011 | 100110 |
Color Harmonies of #6B565B
Complementary color
Monochromatic Colors of #6B565B
Black with #6B565B
Text Example
Text Example
White with #6B565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B565B; }
p { color: rgb(107,86,91); }
H1.HeaderClassName
{
color: #6B565B;
}
.AnyTagClassName
{
color: #6B565B;
}
</style>
background-color css
<style>
a { background-color: #6B565B; }
a { background-color: rgb(107,86,91); }
div.DivClassName
{
background-color: #6B565B;
}
.BgClassName
{
background-color: #6B565B;
}
</style>
border-color css
<style>
span { border-color: #6B565B; }
span { border-color: rgb(107,86,91); }
td.TdClassName
{
border-color: #6B565B;
}
.TagClassName
{
border-color: #6B565B;
}
</style>