Shades of Falcon #6F4F50
Tints of Falcon #6F4F50
RGB
CMYK
RGB Variations
Color information
#6F4F50 (or 0x6F4F50) is known color: Falcon. HEX triplet: 6F, 4F and 50. RGB value is (111,79,80). Sum of RGB (Red+Green+Blue) = 111+79+80=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F50 is #90B0AF. Grayscale: #585858. Windows color (decimal): -9482416 or 5263215. OLE color: 5263215.
HSL color Cylindrical-coordinate representation of color #6F4F50: hue angle of 358.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F4F50 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 80 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.56 |
| HSL | 358.13º | 0.17% | 0.37% | - |
| HSV(B) | 358.13º | 0.29% | 0.44% | - |
| XYZ | 10.8 | 9.55 | 8.86 | - |
| YUV | 88.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 80 | 0 | 0.29 | 0.28 | 0.56 | 358.13 | 0.17 | 0.37 |
| Hex | 6F | 4F | 50 | 0 | 1D | 1C | 38 | 166 | 11 | 25 |
| Octal | 157 | 117 | 120 | 0 | 35 | 34 | 70 | 546 | 21 | 45 |
| Binary | 1101111 | 1001111 | 1010000 | 0 | 11101 | 11100 | 111000 | 101100110 | 10001 | 100101 |
Color Harmonies of #6F4F50
Complementary color
Monochromatic Colors of #6F4F50
Black with #6F4F50
Text Example
Text Example
White with #6F4F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F50; }
p { color: rgb(111,79,80); }
H1.HeaderClassName
{
color: #6F4F50;
}
.AnyTagClassName
{
color: #6F4F50;
}
</style>
background-color css
<style>
a { background-color: #6F4F50; }
a { background-color: rgb(111,79,80); }
div.DivClassName
{
background-color: #6F4F50;
}
.BgClassName
{
background-color: #6F4F50;
}
</style>
border-color css
<style>
span { border-color: #6F4F50; }
span { border-color: rgb(111,79,80); }
td.TdClassName
{
border-color: #6F4F50;
}
.TagClassName
{
border-color: #6F4F50;
}
</style>