Shades of Falcon #6B4D50
Tints of Falcon #6B4D50
RGB
CMYK
RGB Variations
Color information
#6B4D50 (or 0x6B4D50) is known color: Falcon. HEX triplet: 6B, 4D and 50. RGB value is (107,77,80). Sum of RGB (Red+Green+Blue) = 107+77+80=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D50 is #94B2AF. Grayscale: #565656. Windows color (decimal): -9745072 or 5262699. OLE color: 5262699.
HSL color Cylindrical-coordinate representation of color #6B4D50: hue angle of 354º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D50 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 80 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.58 |
| HSL | 354º | 0.16% | 0.36% | - |
| HSV(B) | 354º | 0.28% | 0.42% | - |
| XYZ | 10.17 | 9.01 | 8.79 | - |
| YUV | 86.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 80 | 0 | 0.28 | 0.25 | 0.58 | 354 | 0.16 | 0.36 |
| Hex | 6B | 4D | 50 | 0 | 1C | 19 | 3A | 162 | 10 | 24 |
| Octal | 153 | 115 | 120 | 0 | 34 | 31 | 72 | 542 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1010000 | 0 | 11100 | 11001 | 111010 | 101100010 | 10000 | 100100 |
Color Harmonies of #6B4D50
Complementary color
Monochromatic Colors of #6B4D50
Black with #6B4D50
Text Example
Text Example
White with #6B4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D50; }
p { color: rgb(107,77,80); }
H1.HeaderClassName
{
color: #6B4D50;
}
.AnyTagClassName
{
color: #6B4D50;
}
</style>
background-color css
<style>
a { background-color: #6B4D50; }
a { background-color: rgb(107,77,80); }
div.DivClassName
{
background-color: #6B4D50;
}
.BgClassName
{
background-color: #6B4D50;
}
</style>
border-color css
<style>
span { border-color: #6B4D50; }
span { border-color: rgb(107,77,80); }
td.TdClassName
{
border-color: #6B4D50;
}
.TagClassName
{
border-color: #6B4D50;
}
</style>