Shades of Falcon #6B5F60
Tints of Falcon #6B5F60
RGB
CMYK
RGB Variations
Color information
#6B5F60 (or 0x6B5F60) is known color: Falcon. HEX triplet: 6B, 5F and 60. RGB value is (107,95,96). Sum of RGB (Red+Green+Blue) = 107+95+96=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F60 is #94A09F. Grayscale: #626262. Windows color (decimal): -9740448 or 6315883. OLE color: 6315883.
HSL color Cylindrical-coordinate representation of color #6B5F60: hue angle of 355º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B5F60 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 96 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.58 |
| HSL | 355º | 0.06% | 0.4% | - |
| HSV(B) | 355º | 0.11% | 0.42% | - |
| XYZ | 12.27 | 12.15 | 12.77 | - |
| YUV | 98.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 96 | 0 | 0.11 | 0.10 | 0.58 | 355 | 0.06 | 0.4 |
| Hex | 6B | 5F | 60 | 0 | B | A | 3A | 163 | 6 | 28 |
| Octal | 153 | 137 | 140 | 0 | 13 | 12 | 72 | 543 | 6 | 50 |
| Binary | 1101011 | 1011111 | 1100000 | 0 | 1011 | 1010 | 111010 | 101100011 | 110 | 101000 |
Color Harmonies of #6B5F60
Complementary color
Monochromatic Colors of #6B5F60
Black with #6B5F60
Text Example
Text Example
White with #6B5F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F60; }
p { color: rgb(107,95,96); }
H1.HeaderClassName
{
color: #6B5F60;
}
.AnyTagClassName
{
color: #6B5F60;
}
</style>
background-color css
<style>
a { background-color: #6B5F60; }
a { background-color: rgb(107,95,96); }
div.DivClassName
{
background-color: #6B5F60;
}
.BgClassName
{
background-color: #6B5F60;
}
</style>
border-color css
<style>
span { border-color: #6B5F60; }
span { border-color: rgb(107,95,96); }
td.TdClassName
{
border-color: #6B5F60;
}
.TagClassName
{
border-color: #6B5F60;
}
</style>