Shades of Falcon #675557
Tints of Falcon #675557
RGB
CMYK
RGB Variations
Color information
#675557 (or 0x675557) is known color: Falcon. HEX triplet: 67, 55 and 57. RGB value is (103,85,87). Sum of RGB (Red+Green+Blue) = 103+85+87=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #675557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675557 is #98AAA8. Grayscale: #5A5A5A. Windows color (decimal): -10005161 or 5723495. OLE color: 5723495.
HSL color Cylindrical-coordinate representation of color #675557: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675557 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 85 | 87 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.60 |
| HSL | 353.33º | 0.1% | 0.37% | - |
| HSV(B) | 353.33º | 0.17% | 0.4% | - |
| XYZ | 10.56 | 10.07 | 10.4 | - |
| YUV | 90.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 87 | 0 | 0.17 | 0.16 | 0.60 | 353.33 | 0.1 | 0.37 |
| Hex | 67 | 55 | 57 | 0 | 11 | 10 | 3C | 161 | A | 25 |
| Octal | 147 | 125 | 127 | 0 | 21 | 20 | 74 | 541 | 12 | 45 |
| Binary | 1100111 | 1010101 | 1010111 | 0 | 10001 | 10000 | 111100 | 101100001 | 1010 | 100101 |
Color Harmonies of #675557
Complementary color
Monochromatic Colors of #675557
Black with #675557
Text Example
Text Example
White with #675557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675557; }
p { color: rgb(103,85,87); }
H1.HeaderClassName
{
color: #675557;
}
.AnyTagClassName
{
color: #675557;
}
</style>
background-color css
<style>
a { background-color: #675557; }
a { background-color: rgb(103,85,87); }
div.DivClassName
{
background-color: #675557;
}
.BgClassName
{
background-color: #675557;
}
</style>
border-color css
<style>
span { border-color: #675557; }
span { border-color: rgb(103,85,87); }
td.TdClassName
{
border-color: #675557;
}
.TagClassName
{
border-color: #675557;
}
</style>