Shades of Falcon #675051
Tints of Falcon #675051
RGB
CMYK
RGB Variations
Color information
#675051 (or 0x675051) is known color: Falcon. HEX triplet: 67, 50 and 51. RGB value is (103,80,81). Sum of RGB (Red+Green+Blue) = 103+80+81=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 103 - color contains mainly: red. Hex color #675051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675051 is #98AFAE. Grayscale: #575757. Windows color (decimal): -10006447 or 5328999. OLE color: 5328999.
HSL color Cylindrical-coordinate representation of color #675051: hue angle of 357.39º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675051 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 81 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.60 |
| HSL | 357.39º | 0.13% | 0.36% | - |
| HSV(B) | 357.39º | 0.22% | 0.4% | - |
| XYZ | 9.95 | 9.21 | 9.04 | - |
| YUV | 86.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 81 | 0 | 0.22 | 0.21 | 0.60 | 357.39 | 0.13 | 0.36 |
| Hex | 67 | 50 | 51 | 0 | 16 | 15 | 3C | 165 | D | 24 |
| Octal | 147 | 120 | 121 | 0 | 26 | 25 | 74 | 545 | 15 | 44 |
| Binary | 1100111 | 1010000 | 1010001 | 0 | 10110 | 10101 | 111100 | 101100101 | 1101 | 100100 |
Color Harmonies of #675051
Complementary color
Monochromatic Colors of #675051
Black with #675051
Text Example
Text Example
White with #675051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675051; }
p { color: rgb(103,80,81); }
H1.HeaderClassName
{
color: #675051;
}
.AnyTagClassName
{
color: #675051;
}
</style>
background-color css
<style>
a { background-color: #675051; }
a { background-color: rgb(103,80,81); }
div.DivClassName
{
background-color: #675051;
}
.BgClassName
{
background-color: #675051;
}
</style>
border-color css
<style>
span { border-color: #675051; }
span { border-color: rgb(103,80,81); }
td.TdClassName
{
border-color: #675051;
}
.TagClassName
{
border-color: #675051;
}
</style>