Shades of Falcon #6B4D4F
Tints of Falcon #6B4D4F
RGB
CMYK
RGB Variations
Color information
#6B4D4F (or 0x6B4D4F) is known color: Falcon. HEX triplet: 6B, 4D and 4F. RGB value is (107,77,79). Sum of RGB (Red+Green+Blue) = 107+77+79=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D4F is #94B2B0. Grayscale: #565656. Windows color (decimal): -9745073 or 5197163. OLE color: 5197163.
HSL color Cylindrical-coordinate representation of color #6B4D4F: hue angle of 356º 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 #6B4D4F is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 79 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.58 |
| HSL | 356º | 0.16% | 0.36% | - |
| HSV(B) | 356º | 0.28% | 0.42% | - |
| XYZ | 10.13 | 9 | 8.6 | - |
| YUV | 86.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 79 | 0 | 0.28 | 0.26 | 0.58 | 356 | 0.16 | 0.36 |
| Hex | 6B | 4D | 4F | 0 | 1C | 1A | 3A | 164 | 10 | 24 |
| Octal | 153 | 115 | 117 | 0 | 34 | 32 | 72 | 544 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1001111 | 0 | 11100 | 11010 | 111010 | 101100100 | 10000 | 100100 |
Color Harmonies of #6B4D4F
Complementary color
Monochromatic Colors of #6B4D4F
Black with #6B4D4F
Text Example
Text Example
White with #6B4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D4F; }
p { color: rgb(107,77,79); }
H1.HeaderClassName
{
color: #6B4D4F;
}
.AnyTagClassName
{
color: #6B4D4F;
}
</style>
background-color css
<style>
a { background-color: #6B4D4F; }
a { background-color: rgb(107,77,79); }
div.DivClassName
{
background-color: #6B4D4F;
}
.BgClassName
{
background-color: #6B4D4F;
}
</style>
border-color css
<style>
span { border-color: #6B4D4F; }
span { border-color: rgb(107,77,79); }
td.TdClassName
{
border-color: #6B4D4F;
}
.TagClassName
{
border-color: #6B4D4F;
}
</style>