Shades of Falcon #6B4F53
Tints of Falcon #6B4F53
RGB
CMYK
RGB Variations
Color information
#6B4F53 (or 0x6B4F53) is known color: Falcon. HEX triplet: 6B, 4F and 53. RGB value is (107,79,83). Sum of RGB (Red+Green+Blue) = 107+79+83=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F53 is #94B0AC. Grayscale: #575757. Windows color (decimal): -9744557 or 5459819. OLE color: 5459819.
HSL color Cylindrical-coordinate representation of color #6B4F53: hue angle of 351.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B4F53 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 79 | 83 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.58 |
| HSL | 351.43º | 0.15% | 0.36% | - |
| HSV(B) | 351.43º | 0.26% | 0.42% | - |
| XYZ | 10.42 | 9.34 | 9.44 | - |
| YUV | 87.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 83 | 0 | 0.26 | 0.22 | 0.58 | 351.43 | 0.15 | 0.36 |
| Hex | 6B | 4F | 53 | 0 | 1A | 16 | 3A | 15F | F | 24 |
| Octal | 153 | 117 | 123 | 0 | 32 | 26 | 72 | 537 | 17 | 44 |
| Binary | 1101011 | 1001111 | 1010011 | 0 | 11010 | 10110 | 111010 | 101011111 | 1111 | 100100 |
Color Harmonies of #6B4F53
Complementary color
Monochromatic Colors of #6B4F53
Black with #6B4F53
Text Example
Text Example
White with #6B4F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F53; }
p { color: rgb(107,79,83); }
H1.HeaderClassName
{
color: #6B4F53;
}
.AnyTagClassName
{
color: #6B4F53;
}
</style>
background-color css
<style>
a { background-color: #6B4F53; }
a { background-color: rgb(107,79,83); }
div.DivClassName
{
background-color: #6B4F53;
}
.BgClassName
{
background-color: #6B4F53;
}
</style>
border-color css
<style>
span { border-color: #6B4F53; }
span { border-color: rgb(107,79,83); }
td.TdClassName
{
border-color: #6B4F53;
}
.TagClassName
{
border-color: #6B4F53;
}
</style>