Shades of Falcon #6F5C60
Tints of Falcon #6F5C60
RGB
CMYK
RGB Variations
Color information
#6F5C60 (or 0x6F5C60) is known color: Falcon. HEX triplet: 6F, 5C and 60. RGB value is (111,92,96). Sum of RGB (Red+Green+Blue) = 111+92+96=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C60 is #90A39F. Grayscale: #626262. Windows color (decimal): -9479072 or 6315119. OLE color: 6315119.
HSL color Cylindrical-coordinate representation of color #6F5C60: hue angle of 347.37º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F5C60 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 96 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.56 |
| HSL | 347.37º | 0.09% | 0.4% | - |
| HSV(B) | 347.37º | 0.17% | 0.44% | - |
| XYZ | 12.49 | 11.88 | 12.7 | - |
| YUV | 98.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 96 | 0 | 0.17 | 0.14 | 0.56 | 347.37 | 0.09 | 0.4 |
| Hex | 6F | 5C | 60 | 0 | 11 | E | 38 | 15B | 9 | 28 |
| Octal | 157 | 134 | 140 | 0 | 21 | 16 | 70 | 533 | 11 | 50 |
| Binary | 1101111 | 1011100 | 1100000 | 0 | 10001 | 1110 | 111000 | 101011011 | 1001 | 101000 |
Color Harmonies of #6F5C60
Complementary color
Monochromatic Colors of #6F5C60
Black with #6F5C60
Text Example
Text Example
White with #6F5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C60; }
p { color: rgb(111,92,96); }
H1.HeaderClassName
{
color: #6F5C60;
}
.AnyTagClassName
{
color: #6F5C60;
}
</style>
background-color css
<style>
a { background-color: #6F5C60; }
a { background-color: rgb(111,92,96); }
div.DivClassName
{
background-color: #6F5C60;
}
.BgClassName
{
background-color: #6F5C60;
}
</style>
border-color css
<style>
span { border-color: #6F5C60; }
span { border-color: rgb(111,92,96); }
td.TdClassName
{
border-color: #6F5C60;
}
.TagClassName
{
border-color: #6F5C60;
}
</style>