Shades of Falcon #675556
Tints of Falcon #675556
RGB
CMYK
RGB Variations
Color information
#675556 (or 0x675556) is known color: Falcon. HEX triplet: 67, 55 and 56. RGB value is (103,85,86). Sum of RGB (Red+Green+Blue) = 103+85+86=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #675556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675556 is #98AAA9. Grayscale: #5A5A5A. Windows color (decimal): -10005162 or 5657959. OLE color: 5657959.
HSL color Cylindrical-coordinate representation of color #675556: hue angle of 356.67º 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 #675556 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 85 | 86 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.60 |
| HSL | 356.67º | 0.1% | 0.37% | - |
| HSV(B) | 356.67º | 0.17% | 0.4% | - |
| XYZ | 10.52 | 10.05 | 10.19 | - |
| YUV | 90.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 86 | 0 | 0.17 | 0.17 | 0.60 | 356.67 | 0.1 | 0.37 |
| Hex | 67 | 55 | 56 | 0 | 11 | 11 | 3C | 165 | A | 25 |
| Octal | 147 | 125 | 126 | 0 | 21 | 21 | 74 | 545 | 12 | 45 |
| Binary | 1100111 | 1010101 | 1010110 | 0 | 10001 | 10001 | 111100 | 101100101 | 1010 | 100101 |
Color Harmonies of #675556
Complementary color
Monochromatic Colors of #675556
Black with #675556
Text Example
Text Example
White with #675556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675556; }
p { color: rgb(103,85,86); }
H1.HeaderClassName
{
color: #675556;
}
.AnyTagClassName
{
color: #675556;
}
</style>
background-color css
<style>
a { background-color: #675556; }
a { background-color: rgb(103,85,86); }
div.DivClassName
{
background-color: #675556;
}
.BgClassName
{
background-color: #675556;
}
</style>
border-color css
<style>
span { border-color: #675556; }
span { border-color: rgb(103,85,86); }
td.TdClassName
{
border-color: #675556;
}
.TagClassName
{
border-color: #675556;
}
</style>