Shades of Falcon #675F60
Tints of Falcon #675F60
RGB
CMYK
RGB Variations
Color information
#675F60 (or 0x675F60) is known color: Falcon. HEX triplet: 67, 5F and 60. RGB value is (103,95,96). Sum of RGB (Red+Green+Blue) = 103+95+96=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 103 - color contains mainly: red. Hex color #675F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F60 is #98A09F. Grayscale: #616161. Windows color (decimal): -10002592 or 6315879. OLE color: 6315879.
HSL color Cylindrical-coordinate representation of color #675F60: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #675F60 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 96 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.60 |
| HSL | 352.5º | 0.04% | 0.39% | - |
| HSV(B) | 352.5º | 0.08% | 0.4% | - |
| XYZ | 11.8 | 11.91 | 12.74 | - |
| YUV | 97.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 96 | 0 | 0.08 | 0.07 | 0.60 | 352.5 | 0.04 | 0.39 |
| Hex | 67 | 5F | 60 | 0 | 8 | 7 | 3C | 160 | 4 | 27 |
| Octal | 147 | 137 | 140 | 0 | 10 | 7 | 74 | 540 | 4 | 47 |
| Binary | 1100111 | 1011111 | 1100000 | 0 | 1000 | 111 | 111100 | 101100000 | 100 | 100111 |
Color Harmonies of #675F60
Complementary color
Monochromatic Colors of #675F60
Black with #675F60
Text Example
Text Example
White with #675F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F60; }
p { color: rgb(103,95,96); }
H1.HeaderClassName
{
color: #675F60;
}
.AnyTagClassName
{
color: #675F60;
}
</style>
background-color css
<style>
a { background-color: #675F60; }
a { background-color: rgb(103,95,96); }
div.DivClassName
{
background-color: #675F60;
}
.BgClassName
{
background-color: #675F60;
}
</style>
border-color css
<style>
span { border-color: #675F60; }
span { border-color: rgb(103,95,96); }
td.TdClassName
{
border-color: #675F60;
}
.TagClassName
{
border-color: #675F60;
}
</style>