Shades of Falcon #6F5B5E
Tints of Falcon #6F5B5E
RGB
CMYK
RGB Variations
Color information
#6F5B5E (or 0x6F5B5E) is known color: Falcon. HEX triplet: 6F, 5B and 5E. RGB value is (111,91,94). Sum of RGB (Red+Green+Blue) = 111+91+94=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B5E is #90A4A1. Grayscale: #616161. Windows color (decimal): -9479330 or 6183791. OLE color: 6183791.
HSL color Cylindrical-coordinate representation of color #6F5B5E: hue angle of 351º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B5E is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 94 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.56 |
| HSL | 351º | 0.1% | 0.4% | - |
| HSV(B) | 351º | 0.18% | 0.44% | - |
| XYZ | 12.32 | 11.67 | 12.19 | - |
| YUV | 97.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 94 | 0 | 0.18 | 0.15 | 0.56 | 351 | 0.1 | 0.4 |
| Hex | 6F | 5B | 5E | 0 | 12 | F | 38 | 15F | A | 28 |
| Octal | 157 | 133 | 136 | 0 | 22 | 17 | 70 | 537 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1011110 | 0 | 10010 | 1111 | 111000 | 101011111 | 1010 | 101000 |
Color Harmonies of #6F5B5E
Complementary color
Monochromatic Colors of #6F5B5E
Black with #6F5B5E
Text Example
Text Example
White with #6F5B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B5E; }
p { color: rgb(111,91,94); }
H1.HeaderClassName
{
color: #6F5B5E;
}
.AnyTagClassName
{
color: #6F5B5E;
}
</style>
background-color css
<style>
a { background-color: #6F5B5E; }
a { background-color: rgb(111,91,94); }
div.DivClassName
{
background-color: #6F5B5E;
}
.BgClassName
{
background-color: #6F5B5E;
}
</style>
border-color css
<style>
span { border-color: #6F5B5E; }
span { border-color: rgb(111,91,94); }
td.TdClassName
{
border-color: #6F5B5E;
}
.TagClassName
{
border-color: #6F5B5E;
}
</style>