Shades of Falcon #6B6061
Tints of Falcon #6B6061
RGB
CMYK
RGB Variations
Color information
#6B6061 (or 0x6B6061) is known color: Falcon. HEX triplet: 6B, 60 and 61. RGB value is (107,96,97). Sum of RGB (Red+Green+Blue) = 107+96+97=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6061 is #949F9E. Grayscale: #636363. Windows color (decimal): -9740191 or 6381675. OLE color: 6381675.
HSL color Cylindrical-coordinate representation of color #6B6061: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6061 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 96 | 97 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.58 |
| HSL | 354.55º | 0.05% | 0.4% | - |
| HSV(B) | 354.55º | 0.1% | 0.42% | - |
| XYZ | 12.4 | 12.35 | 13.04 | - |
| YUV | 99.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 97 | 0 | 0.10 | 0.09 | 0.58 | 354.55 | 0.05 | 0.4 |
| Hex | 6B | 60 | 61 | 0 | A | 9 | 3A | 163 | 5 | 28 |
| Octal | 153 | 140 | 141 | 0 | 12 | 11 | 72 | 543 | 5 | 50 |
| Binary | 1101011 | 1100000 | 1100001 | 0 | 1010 | 1001 | 111010 | 101100011 | 101 | 101000 |
Color Harmonies of #6B6061
Complementary color
Monochromatic Colors of #6B6061
Black with #6B6061
Text Example
Text Example
White with #6B6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6061; }
p { color: rgb(107,96,97); }
H1.HeaderClassName
{
color: #6B6061;
}
.AnyTagClassName
{
color: #6B6061;
}
</style>
background-color css
<style>
a { background-color: #6B6061; }
a { background-color: rgb(107,96,97); }
div.DivClassName
{
background-color: #6B6061;
}
.BgClassName
{
background-color: #6B6061;
}
</style>
border-color css
<style>
span { border-color: #6B6061; }
span { border-color: rgb(107,96,97); }
td.TdClassName
{
border-color: #6B6061;
}
.TagClassName
{
border-color: #6B6061;
}
</style>