Shades of Falcon #6F4F53
Tints of Falcon #6F4F53
RGB
CMYK
RGB Variations
Color information
#6F4F53 (or 0x6F4F53) is known color: Falcon. HEX triplet: 6F, 4F and 53. RGB value is (111,79,83). Sum of RGB (Red+Green+Blue) = 111+79+83=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F53 is #90B0AC. Grayscale: #595959. Windows color (decimal): -9482413 or 5459823. OLE color: 5459823.
HSL color Cylindrical-coordinate representation of color #6F4F53: hue angle of 352.5º 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 #6F4F53 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 83 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.56 |
| HSL | 352.5º | 0.17% | 0.37% | - |
| HSV(B) | 352.5º | 0.29% | 0.44% | - |
| XYZ | 10.91 | 9.6 | 9.46 | - |
| YUV | 89.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 83 | 0 | 0.29 | 0.25 | 0.56 | 352.5 | 0.17 | 0.37 |
| Hex | 6F | 4F | 53 | 0 | 1D | 19 | 38 | 160 | 11 | 25 |
| Octal | 157 | 117 | 123 | 0 | 35 | 31 | 70 | 540 | 21 | 45 |
| Binary | 1101111 | 1001111 | 1010011 | 0 | 11101 | 11001 | 111000 | 101100000 | 10001 | 100101 |
Color Harmonies of #6F4F53
Complementary color
Monochromatic Colors of #6F4F53
Black with #6F4F53
Text Example
Text Example
White with #6F4F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F53; }
p { color: rgb(111,79,83); }
H1.HeaderClassName
{
color: #6F4F53;
}
.AnyTagClassName
{
color: #6F4F53;
}
</style>
background-color css
<style>
a { background-color: #6F4F53; }
a { background-color: rgb(111,79,83); }
div.DivClassName
{
background-color: #6F4F53;
}
.BgClassName
{
background-color: #6F4F53;
}
</style>
border-color css
<style>
span { border-color: #6F4F53; }
span { border-color: rgb(111,79,83); }
td.TdClassName
{
border-color: #6F4F53;
}
.TagClassName
{
border-color: #6F4F53;
}
</style>