Shades of Falcon #6B4E50
Tints of Falcon #6B4E50
RGB
CMYK
RGB Variations
Color information
#6B4E50 (or 0x6B4E50) is known color: Falcon. HEX triplet: 6B, 4E and 50. RGB value is (107,78,80). Sum of RGB (Red+Green+Blue) = 107+78+80=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E50 is #94B1AF. Grayscale: #565656. Windows color (decimal): -9744816 or 5262955. OLE color: 5262955.
HSL color Cylindrical-coordinate representation of color #6B4E50: hue angle of 355.86º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E50 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 80 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.58 |
| HSL | 355.86º | 0.16% | 0.36% | - |
| HSV(B) | 355.86º | 0.27% | 0.42% | - |
| XYZ | 10.24 | 9.15 | 8.82 | - |
| YUV | 86.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 80 | 0 | 0.27 | 0.25 | 0.58 | 355.86 | 0.16 | 0.36 |
| Hex | 6B | 4E | 50 | 0 | 1B | 19 | 3A | 164 | 10 | 24 |
| Octal | 153 | 116 | 120 | 0 | 33 | 31 | 72 | 544 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1010000 | 0 | 11011 | 11001 | 111010 | 101100100 | 10000 | 100100 |
Color Harmonies of #6B4E50
Complementary color
Monochromatic Colors of #6B4E50
Black with #6B4E50
Text Example
Text Example
White with #6B4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E50; }
p { color: rgb(107,78,80); }
H1.HeaderClassName
{
color: #6B4E50;
}
.AnyTagClassName
{
color: #6B4E50;
}
</style>
background-color css
<style>
a { background-color: #6B4E50; }
a { background-color: rgb(107,78,80); }
div.DivClassName
{
background-color: #6B4E50;
}
.BgClassName
{
background-color: #6B4E50;
}
</style>
border-color css
<style>
span { border-color: #6B4E50; }
span { border-color: rgb(107,78,80); }
td.TdClassName
{
border-color: #6B4E50;
}
.TagClassName
{
border-color: #6B4E50;
}
</style>