Shades of Falcon #6B5055
Tints of Falcon #6B5055
RGB
CMYK
RGB Variations
Color information
#6B5055 (or 0x6B5055) is known color: Falcon. HEX triplet: 6B, 50 and 55. RGB value is (107,80,85). Sum of RGB (Red+Green+Blue) = 107+80+85=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5055 is #94AFAA. Grayscale: #585858. Windows color (decimal): -9744299 or 5591147. OLE color: 5591147.
HSL color Cylindrical-coordinate representation of color #6B5055: hue angle of 348.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5055 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 85 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.58 |
| HSL | 348.89º | 0.14% | 0.37% | - |
| HSV(B) | 348.89º | 0.25% | 0.42% | - |
| XYZ | 10.57 | 9.52 | 9.87 | - |
| YUV | 88.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 85 | 0 | 0.25 | 0.21 | 0.58 | 348.89 | 0.14 | 0.37 |
| Hex | 6B | 50 | 55 | 0 | 19 | 15 | 3A | 15D | E | 25 |
| Octal | 153 | 120 | 125 | 0 | 31 | 25 | 72 | 535 | 16 | 45 |
| Binary | 1101011 | 1010000 | 1010101 | 0 | 11001 | 10101 | 111010 | 101011101 | 1110 | 100101 |
Color Harmonies of #6B5055
Complementary color
Monochromatic Colors of #6B5055
Black with #6B5055
Text Example
Text Example
White with #6B5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5055; }
p { color: rgb(107,80,85); }
H1.HeaderClassName
{
color: #6B5055;
}
.AnyTagClassName
{
color: #6B5055;
}
</style>
background-color css
<style>
a { background-color: #6B5055; }
a { background-color: rgb(107,80,85); }
div.DivClassName
{
background-color: #6B5055;
}
.BgClassName
{
background-color: #6B5055;
}
</style>
border-color css
<style>
span { border-color: #6B5055; }
span { border-color: rgb(107,80,85); }
td.TdClassName
{
border-color: #6B5055;
}
.TagClassName
{
border-color: #6B5055;
}
</style>